Added in support for custom healthchecks server

This commit is contained in:
Henry Whitaker
2020-12-20 00:19:46 +00:00
parent fde30602b0
commit 44c6c256c0
5 changed files with 62 additions and 10 deletions

6
public/js/app.js vendored
View File

@@ -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'