Implement host modular alerts config gui

This commit is contained in:
emanuele-f 2019-07-11 13:02:34 +02:00
parent 1d9a8951db
commit 98f95fc306
10 changed files with 50 additions and 118 deletions

View file

@ -551,6 +551,10 @@ alert_consts.alerts_granularities = {
alert_consts.field_units = {
seconds = "s",
bytes = "B",
flows = i18n("flows"),
packets = i18n("packets"),
mbits = "Mbps",
}
-- ################################################################################