mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +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
|
|
@ -12,6 +12,7 @@ local format_utils = require "format_utils"
|
|||
local classes = require "classes"
|
||||
-- Make sure to import the Superclass!
|
||||
local alert = require "alert"
|
||||
local alert_entities = require "alert_entities"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
@ -23,6 +24,9 @@ alert_slow_purge.meta = {
|
|||
alert_key = other_alert_keys.alert_slow_purge,
|
||||
i18n_title = "alerts_dashboard.slow_purge",
|
||||
icon = "fas fa-fw fa-exclamation",
|
||||
entities = {
|
||||
alert_entities.system
|
||||
},
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue