mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Add missing user scripts gui labels
This commit is contained in:
parent
d5638ef278
commit
481a00a2ad
14 changed files with 112 additions and 4 deletions
|
|
@ -14,7 +14,12 @@ local script = {
|
|||
|
||||
hooks = {
|
||||
min = alerts_api.anomaly_check_function,
|
||||
}
|
||||
},
|
||||
|
||||
gui = {
|
||||
i18n_title = "alerts_dashboard.too_many_flows",
|
||||
i18n_description = "alerts_dashboard.too_many_flows_description",
|
||||
},
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
|
|
@ -14,7 +14,12 @@ local script = {
|
|||
|
||||
hooks = {
|
||||
min = alerts_api.anomaly_check_function,
|
||||
}
|
||||
},
|
||||
|
||||
gui = {
|
||||
i18n_title = "alerts_dashboard.too_many_hosts",
|
||||
i18n_description = "alerts_dashboard.too_many_hosts_description",
|
||||
},
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue