mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fixed icons size
This commit is contained in:
parent
994afbaf52
commit
e455fbbeca
111 changed files with 122 additions and 122 deletions
|
|
@ -17,7 +17,7 @@ local external_alert = classes.class(alert)
|
|||
external_alert.meta = {
|
||||
alert_key = flow_alert_keys.flow_alert_external,
|
||||
i18n_title = "alerts_dashboard.external_alert",
|
||||
icon = "fas fa-eye",
|
||||
icon = "fas fa-fw fa-eye",
|
||||
status_keep_increasing_scores = true, -- Every time an external alert is set, scores are increased accordingly
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue