mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
add insfrastructure dashboard (#4056)
This commit is contained in:
parent
f3d921a159
commit
e58f2193aa
11 changed files with 299 additions and 72 deletions
|
|
@ -33,6 +33,11 @@ else
|
|||
}
|
||||
end
|
||||
|
||||
-- the infrastructure dashboard is available only in the Enterprise L
|
||||
if ntop.isEnterpriseL() then
|
||||
configuration_items['infrastructure'] = {key = "infrastructure", label = i18n("manage_configurations.infrastructure_instances"), order = 6}
|
||||
end
|
||||
|
||||
local selected_item = (table.has_key(configuration_items, _GET["item"]) and _GET["item"] or "all")
|
||||
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.manage_configurations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue