Add missing user scripts gui labels

This commit is contained in:
emanuele-f 2020-01-07 19:03:35 +01:00
parent d5638ef278
commit 481a00a2ad
14 changed files with 112 additions and 4 deletions

View file

@ -11,7 +11,14 @@ local alert_consts = require("alert_consts")
local syslog_module = {
key = "suricata",
-- See below
hooks = {},
gui = {
i18n_title = "external_stats.suricata",
i18n_description = "external_stats.suricata_description",
},
}
local external_stats_key = getRedisIfacePrefix(interface.getId())..'.external_stats'