mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
d1f974857c
commit
f0b788e995
3 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ if not haveAdminPrivileges() then return end
|
|||
|
||||
-- The order key is used to set an order for the rendered list in the page
|
||||
local configuration_items = {
|
||||
all = {key = "all", label = i18n("manage_configurations.everything"), order = 0 },
|
||||
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},
|
||||
|
|
@ -49,4 +49,4 @@ print(template_utils.gen("pages/manage_configurations.template", {
|
|||
-- ************************************* ------
|
||||
|
||||
-- append the footer below the page
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue