Fixes alert severity label in user script severity

Fixes #4919
This commit is contained in:
Simone Mainardi 2021-01-28 19:10:31 +01:00
parent 07760e2314
commit 10a78cdca9

View file

@ -83,7 +83,7 @@ local alert_severities = {
label = "badge-danger text-danger",
icon = "fas fa-bomb",
-- color = "purple",
i18n_title = "alerts_dashboard.error",
i18n_title = "alerts_dashboard.emergency",
syslog_severity = 0,
emoji = "\xF0\x9F\x9A\xA9"
}