mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
added local network, snmp, active monitoring pools gui
This commit is contained in:
parent
583bcd2d0c
commit
efc3bd3775
11 changed files with 243 additions and 64 deletions
|
|
@ -409,6 +409,21 @@ page_utils.add_menubar_section({
|
|||
entry = page_utils.menu_entries.pools_interface,
|
||||
hidden = not is_admin,
|
||||
url = '/lua/admin/interface_pools.lua'
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.pools_local_network,
|
||||
hidden = not is_admin,
|
||||
url = '/lua/admin/local_network_pools.lua'
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.pools_active_monitoring,
|
||||
hidden = not is_admin,
|
||||
url = '/lua/admin/active_monitoring_pools.lua'
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.pools_snmp,
|
||||
hidden = not is_admin and not ntop.isPro(),
|
||||
url = '/lua/pro/admin/snmp_pools.lua'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue