diff options
author | Pascal Breuer <pbreuer@breuco.de> | 2020-05-11 17:51:10 +0200 |
---|---|---|
committer | Pascal Breuer <pbreuer@breuco.de> | 2020-05-11 17:51:10 +0200 |
commit | c516295bb8f6d72312eae4a67d14e904ec1fa4f2 (patch) | |
tree | 8641be4350e176cececd79bb96d94c50fc490b6a /static | |
parent | ab704222e301254fa7a6a8a062d98b923975f9dc (diff) |
Add config option to disable incident history
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 98a6059..2d35ab3 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 enabled?' + name: 'incidentHistoryFormat' + hint: 'This also disables the RSS feed.' + widget: 'boolean' + default: true # Incidents view format - label: 'Should the incident history be sorted by year or month?' name: 'incidentHistoryFormat' |