add insfrastructure dashboard (#4056)

This commit is contained in:
gabryon99 2020-11-17 10:40:22 +01:00
parent f3d921a159
commit e58f2193aa
11 changed files with 299 additions and 72 deletions

View file

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