mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implement host modular alerts config gui
This commit is contained in:
parent
1d9a8951db
commit
98f95fc306
10 changed files with 50 additions and 118 deletions
|
|
@ -551,6 +551,10 @@ alert_consts.alerts_granularities = {
|
|||
|
||||
alert_consts.field_units = {
|
||||
seconds = "s",
|
||||
bytes = "B",
|
||||
flows = i18n("flows"),
|
||||
packets = i18n("packets"),
|
||||
mbits = "Mbps",
|
||||
}
|
||||
|
||||
-- ################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue