mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 03:27:21 +01:00
Added in support for custom healthchecks server
This commit is contained in:
6
public/js/app.js
vendored
6
public/js/app.js
vendored
@@ -140866,6 +140866,9 @@ var SettingsIndex = /*#__PURE__*/function (_Component) {
|
||||
General: [{
|
||||
obj: data.app_name,
|
||||
type: 'text'
|
||||
}, {
|
||||
obj: data.schedule_enabled,
|
||||
type: 'text'
|
||||
}, {
|
||||
obj: data.schedule,
|
||||
type: 'text'
|
||||
@@ -140979,6 +140982,9 @@ var SettingsIndex = /*#__PURE__*/function (_Component) {
|
||||
healthchecks: [{
|
||||
obj: data.healthchecks_enabled,
|
||||
type: 'checkbox'
|
||||
}, {
|
||||
obj: data.healthchecks_server_url,
|
||||
type: 'text'
|
||||
}, {
|
||||
obj: data.healthchecks_uuid,
|
||||
type: 'text'
|
||||
|
||||
Reference in New Issue
Block a user