mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
add interface pool page
This commit is contained in:
parent
0f613d25be
commit
9f05bde6b5
10 changed files with 417 additions and 9 deletions
|
|
@ -405,6 +405,11 @@ page_utils.add_menubar_section({
|
|||
hidden = not is_admin,
|
||||
url = '/lua/admin/manage_pools.lua',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.pools_interface,
|
||||
hidden = not is_admin,
|
||||
url = 'lua/admin/interface_pools.lua'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue