aboutsummaryrefslogtreecommitdiff
path: root/static/admin/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-19 13:09:41 +0300
committerGitHub <noreply@github.com>2020-05-19 13:09:41 +0300
commitfc16aa965d2c979e78f1d58d064c0330fa3e3cb9 (patch)
tree6a03bd7fdb9ebd49effd5bd62688cfd6765121d6 /static/admin/config.yml
parent409e777860f309c3bcff850b52654ac9e00692b9 (diff)
parent50d99f38b5fffdf22c5c229a9b2540928244282f (diff)
Add config option to disable incident history #108
Diffstat (limited to 'static/admin/config.yml')
-rw-r--r--static/admin/config.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 2ab0db9..8271a93 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -193,6 +193,12 @@ collections:
min: 1
max: 100
default: 10
+ # Incidents history
+ - 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: false
# Incidents view format
- label: 'Should the incident history be sorted by year or month?'
name: 'incidentHistoryFormat'