mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -10,6 +10,7 @@ local alert_creators = require "alert_creators"
|
|||
local classes = require "classes"
|
||||
-- Make sure to import the Superclass!
|
||||
local alert = require "alert"
|
||||
local alert_entities = require "alert_entities"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
@ -21,6 +22,9 @@ alert_device_disconnection.meta = {
|
|||
alert_key = other_alert_keys.alert_device_disconnection,
|
||||
i18n_title = "alerts_dashboard.device_disconnection",
|
||||
icon = "fas fa-fw fa-sign-out",
|
||||
entities = {
|
||||
alert_entities.mac
|
||||
},
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue