mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
migrating to new layout
This commit is contained in:
parent
cbe3eb1bc8
commit
bfe36dce4b
4 changed files with 38 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
})
|
||||
|
||||
-- ************************************* ------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue