mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Refactors user_scripts into checks (lua)
This commit is contained in:
parent
3c3aa5a25f
commit
76fd315d1b
222 changed files with 980 additions and 981 deletions
|
|
@ -22,14 +22,14 @@ if not ntop.isnEdge() then
|
|||
all = {key = "all", label = i18n("manage_configurations.everything", {product = ntop.getInfo()["product"]}), order = 0 },
|
||||
snmp = {key = "snmp", label = i18n("manage_configurations.snmp"), order = 1},
|
||||
active_monitoring = {key = "active_monitoring", label = i18n("manage_configurations.active_monitoring"), order = 2},
|
||||
scripts = {key = "scripts", label = i18n("manage_configurations.user_scripts"), order = 3},
|
||||
scripts = {key = "scripts", label = i18n("manage_configurations.checks"), order = 3},
|
||||
notifications = {key = "notifications", label = i18n("manage_configurations.notifications"), order = 4},
|
||||
pool = {key = "pool", label = i18n("manage_configurations.pool_endpoint_recipients"), order = 5},
|
||||
}
|
||||
else
|
||||
configuration_items = {
|
||||
all = {key = "all", label = i18n("manage_configurations.everything", {product = ntop.getInfo()["product"]}), order = 0 },
|
||||
scripts = {key = "scripts", label = i18n("manage_configurations.user_scripts"), order = 1},
|
||||
scripts = {key = "scripts", label = i18n("manage_configurations.checks"), order = 1},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue