mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Updated navbar for host pool (#9470)
This commit is contained in:
parent
85fa6d1b1a
commit
2d2d91c8cc
2 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ page_utils.print_header_and_set_active_menu_entry(page_utils.menu_entries.host_p
|
|||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
local url = ntop.getHttpPrefix() .. "/lua/admin/manage_host_members.lua"
|
||||
page_utils.print_navbar(i18n("host_pools.host_members"), url, {{
|
||||
page_utils.print_navbar(i18n("host_pools.manage_pool") .. ": " .. pool_name, url, {{
|
||||
active = page == "overview" or not page,
|
||||
page_name = "overview",
|
||||
label = "<i class=\"fas fa-lg fa-home\" data-bs-toggle=\"tooltip\" data-bs-placement=\"top\" title=\"" ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue