Terms fixes

Fixes #4570
This commit is contained in:
Simone Mainardi 2020-10-14 14:35:27 +02:00
parent d1f974857c
commit f0b788e995
3 changed files with 8 additions and 8 deletions

View file

@ -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")