migrating to new layout

This commit is contained in:
gabryon99 2020-11-20 14:33:25 +01:00
parent cbe3eb1bc8
commit bfe36dce4b
4 changed files with 38 additions and 4 deletions

View file

@ -57,7 +57,15 @@ if page == "snmp" and not ntop.isPro() then
return
end
page_utils.print_page_title(i18n("pools.pools"))
local url = ntop.getHttpPrefix() .. "/lua/admin/manage_pools.lua"
page_utils.print_navbar(i18n("pools.pools"), url, {
{
active = true,
page_name = "home",
label = "<i class=\"fas fa-lg fa-home\"></i>",
url = url
}
})
-- ************************************* ------