Fix indenteation

This commit is contained in:
Alfredo Cardigliano 2022-10-14 13:01:31 +02:00
parent 946bb1c624
commit 1cfeadaf06

View file

@ -15,23 +15,23 @@ local dirs = ntop.getDirs()
-- each table entry is an array as:
-- {"alert html string", "alert C enum value", "plain string", "syslog severity"}
local alert_severities = {
none = {
severity_id = 0,
label = "bg-info",
color = "#a8e4ef",
icon = "",
i18n_title = "alerts_dashboard.none",
syslog_severity = 10,
},
debug = {
severity_id = 1,
label = "bg-info",
icon = "fas fa-bug text-info",
color = "#a8e4ef",
i18n_title = "alerts_dashboard.debug",
syslog_severity = 7,
emoji = "\xE2\x84\xB9"
},
none = {
severity_id = 0,
label = "bg-info",
color = "#a8e4ef",
icon = "",
i18n_title = "alerts_dashboard.none",
syslog_severity = 10,
},
debug = {
severity_id = 1,
label = "bg-info",
icon = "fas fa-bug text-info",
color = "#a8e4ef",
i18n_title = "alerts_dashboard.debug",
syslog_severity = 7,
emoji = "\xE2\x84\xB9"
},
info = {
severity_id = 2,
label = "bg-info",