diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2019-12-15 17:21:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 17:21:41 +0200 |
commit | f6aa416fe8eab95bf1815ee58cc201fc39dcba66 (patch) | |
tree | 01b109d62e4fa8d475cd2d8cb2366c24bdbc0d0e /static/admin | |
parent | ff12b3f2beb90b6e08475e05bd051ea88bb9617a (diff) |
Remove auto refresh from N CMS
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'] |