mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Reworked host map
This commit is contained in:
parent
af41fc37ab
commit
b2f20317b8
19 changed files with 411 additions and 629 deletions
|
|
@ -357,17 +357,18 @@ page_utils.add_menubar_section({
|
|||
entry = page_utils.menu_entries.periodicity_map,
|
||||
hidden = not periodicity_map_available,
|
||||
url = '/lua/pro/enterprise/network_maps.lua?map=periodicity_map',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.geo_map,
|
||||
hidden = interface.isLoopback() or not ntop.hasGeoIP(),
|
||||
url = '/lua/hosts_geomap.lua',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.hosts_map,
|
||||
url = '/lua/hosts_map.lua',
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.geo_map,
|
||||
hidden = interface.isLoopback() or not ntop.hasGeoIP(),
|
||||
url = '/lua/hosts_geomap.lua',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.hosts_map,
|
||||
hidden = not ntop.isEnterprise(),
|
||||
url = '/lua/pro/enterprise/hosts_map.lua',
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue