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

View File

@@ -38,6 +38,10 @@ export default class SettingsIndex extends Component {
obj: data.app_name,
type: 'text',
},
{
obj: data.schedule_enabled,
type: 'text',
},
{
obj: data.schedule,
type: 'text',
@@ -188,6 +192,10 @@ export default class SettingsIndex extends Component {
obj: data.healthchecks_enabled,
type: 'checkbox'
},
{
obj: data.healthchecks_server_url,
type: 'text'
},
{
obj: data.healthchecks_uuid,
type: 'text'