mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add alert type filter for all families
This commit is contained in:
parent
3031e09161
commit
279ed66deb
47 changed files with 181 additions and 17 deletions
|
|
@ -9,6 +9,7 @@ local other_alert_keys = require "other_alert_keys"
|
|||
local classes = require "classes"
|
||||
-- Make sure to import the Superclass!
|
||||
local alert = require "alert"
|
||||
local alert_entities = require "alert_entities"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
@ -20,6 +21,9 @@ alert_nfq_flushed.meta = {
|
|||
alert_key = other_alert_keys.alert_nfq_flushed,
|
||||
i18n_title = "alerts_dashboard.nfq_flushed",
|
||||
icon = "fas fa-fw fa-angle-double-down",
|
||||
entities = {
|
||||
alert_entities.system
|
||||
},
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue