aboutsummaryrefslogtreecommitdiff
path: root/static/admin
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2019-10-04 19:02:42 +0300
committerMantas Vilčinskas <hi@mnts.lt>2019-10-04 19:02:42 +0300
commitf8bda4294a3fa9af533ca7ab8753663aed7aa7d1 (patch)
treee7506e15132431c30392ed4ec38edde5745c3465 /static/admin
parenta07a3ccb6d76f3bacc85eddf0c132aa29a1a610c (diff)
Did the same for N CMS
Diffstat (limited to 'static/admin')
-rw-r--r--static/admin/config.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 5bee7cb..220a47d 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -29,6 +29,7 @@ collections:
- {label: "Title", name: "title", widget: "string"}
- {label: "Start date & time (your time) ⌚", name: "date", widget: "datetime"}
- {label: "Mark as resolved ✔", name: "resolved", widget: "boolean", required: false, default: false}
+ - {label: "Mark as informational ℹ", name: "informational", widget: "boolean", required: false, default: false}
- {label: "End date & time (your time) ⌛", name: "resolvedWhen", widget: "datetime", required: false}
- label: "Affected systems (use exact name, separated by commas) 🧐"
name: "affected"
@@ -38,9 +39,9 @@ collections:
name: "severity"
widget: "select"
options:
- - { label: "High (Down)", value: "down" }
- - { label: "Medium (Disrupted)", value: "disrupted" }
- - { label: "Low (Announcement)", value: "notice" }
+ - { label: "High (Down) ◼ ", value: "down" }
+ - { label: "Medium (Disrupted) ▲", value: "disrupted" }
+ - { label: "Low (Announcement) ◆", value: "notice" }
- label: "Markdown body (sequence of events, description, post-mortem)"
name: "body"
widget: "markdown"