aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 11:59:23 +0300
committerGitHub <noreply@github.com>2020-05-19 11:59:23 +0300
commit50d99f38b5fffdf22c5c229a9b2540928244282f (patch)
tree39687046097e530cd3e9f0b783b42e15ef0fa624 /static/admin/config.yml
parent55e85c9249159184a752078cc33b796e0a2c007e (diff)
Update config.yml
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 0eb6f48..87e00c4 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -194,11 +194,11 @@ collections:
max: 100
default: 10
# Incidents history
- - label: 'Should the incident history be shown?'
- name: 'enableIncidentHistory'
+ - label: 'Should the incident history be hidden?'
+ name: 'disableIncidentHistory'
hint: 'By disabling the incident history, you also disable the RSS feed. To ensure no incidents are shown, you should delete them after they are resolved. This option overrides any other options that tailor your incident history’s look.'
widget: 'boolean'
- default: true
+ default: false
# Incidents view format
- label: 'Should the incident history be sorted by year or month?'
name: 'incidentHistoryFormat'