mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
fixed icons size
This commit is contained in:
parent
994afbaf52
commit
e455fbbeca
111 changed files with 122 additions and 122 deletions
|
|
@ -18,7 +18,7 @@ local alert_severities = {
|
|||
debug = {
|
||||
severity_id = 1,
|
||||
label = "badge-info",
|
||||
icon = "fas fa-bug text-info",
|
||||
icon = "fas fa-fw fa-bug text-info",
|
||||
color = "#a8e4ef",
|
||||
i18n_title = "alerts_dashboard.debug",
|
||||
syslog_severity = 7,
|
||||
|
|
@ -27,7 +27,7 @@ local alert_severities = {
|
|||
info = {
|
||||
severity_id = 2,
|
||||
label = "badge-info",
|
||||
icon = "fas fa-info-circle text-info",
|
||||
icon = "fas fa-fw fa-info-circle text-info",
|
||||
color = "#1f88e5",
|
||||
i18n_title = "alerts_dashboard.info",
|
||||
syslog_severity = 6,
|
||||
|
|
@ -36,7 +36,7 @@ local alert_severities = {
|
|||
notice = {
|
||||
severity_id = 3,
|
||||
label = "badge-info",
|
||||
icon = "fas fa-hand-paper text-primary",
|
||||
icon = "fas fa-fw fa-hand-paper text-primary",
|
||||
color = "#79de79",
|
||||
i18n_title = "alerts_dashboard.notice",
|
||||
syslog_severity = 5,
|
||||
|
|
@ -45,7 +45,7 @@ local alert_severities = {
|
|||
warning = {
|
||||
severity_id = 4,
|
||||
label = "badge-warning",
|
||||
icon = "fas fa-exclamation-triangle text-warning",
|
||||
icon = "fas fa-fw fa-exclamation-triangle text-warning",
|
||||
color = "#ffc007",
|
||||
i18n_title = "alerts_dashboard.warning",
|
||||
syslog_severity = 4,
|
||||
|
|
@ -54,7 +54,7 @@ local alert_severities = {
|
|||
error = {
|
||||
severity_id = 5,
|
||||
label = "badge-danger",
|
||||
icon = "fas fa-exclamation-triangle text-danger",
|
||||
icon = "fas fa-fw fa-exclamation-triangle text-danger",
|
||||
color = "#ff3231",
|
||||
i18n_title = "alerts_dashboard.error",
|
||||
syslog_severity = 3,
|
||||
|
|
@ -63,7 +63,7 @@ local alert_severities = {
|
|||
critical = {
|
||||
severity_id = 6,
|
||||
label = "badge-danger",
|
||||
icon = "fas fa-exclamation-triangle text-danger",
|
||||
icon = "fas fa-fw fa-exclamation-triangle text-danger",
|
||||
color = "#fb6962",
|
||||
i18n_title = "alerts_dashboard.critical",
|
||||
syslog_severity = 2,
|
||||
|
|
@ -72,7 +72,7 @@ local alert_severities = {
|
|||
alert = {
|
||||
severity_id = 7,
|
||||
label = "badge-danger",
|
||||
icon = "fas fa-bomb text-danger",
|
||||
icon = "fas fa-fw fa-bomb text-danger",
|
||||
color = "#fb6962",
|
||||
i18n_title = "alerts_dashboard.alert",
|
||||
syslog_severity = 1,
|
||||
|
|
@ -81,7 +81,7 @@ local alert_severities = {
|
|||
emergency = {
|
||||
severity_id = 8,
|
||||
label = "badge-danger text-danger",
|
||||
icon = "fas fa-bomb",
|
||||
icon = "fas fa-fw fa-bomb",
|
||||
color = "#fb6962",
|
||||
i18n_title = "alerts_dashboard.emergency",
|
||||
syslog_severity = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue