diff options
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 0b706a8..ffff761 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -175,13 +175,6 @@ collections: name: 'description' widget: 'text' default: 'We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.' - # Refresh - - label: 'Auto refresh status' - name: 'autoRefresh' - widget: 'boolean' - hint: 'This does nothing but refresh the page around every 5 minutes; it does not send alerts! May also have issues on some browsers.' - required: false - default: true # Incidents per page - label: 'Incident posts shown in one page' name: 'incidentPostsPerPage' @@ -270,4 +263,4 @@ collections: name: home widget: "list" allow_add: false - default: ['html', 'json', 'rss']
\ No newline at end of file + default: ['html', 'json', 'rss'] |