Add alert type filter for all families

This commit is contained in:
Alfredo Cardigliano 2021-06-23 12:53:20 +02:00
parent 3031e09161
commit 279ed66deb
47 changed files with 181 additions and 17 deletions

View file

@ -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,7 @@ alert_fail2ban_executed.meta = {
alert_key = other_alert_keys.alert_fail2ban_executed,
i18n_title = "alerts_dashboard.fail2ban",
icon = "fas fa-fw fa-info-circle",
entities = {},
}
-- ##############################################