mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes service map button not showing
This commit is contained in:
parent
aad505f87a
commit
09cd16d090
2 changed files with 3 additions and 3 deletions
|
|
@ -82,8 +82,8 @@ function behavior_utils.mapsAvailable()
|
|||
local periodic_map_available = false
|
||||
|
||||
if areMapsEnabled() then
|
||||
local service_map = interface.serviceMap(nil, 0, 0, false, 0, '') or {}
|
||||
local periodicity_map = interface.periodicityMap(nil, 0, 0, false, 0, '') or {}
|
||||
local service_map = interface.serviceMap(nil, nil, nil, nil, nil, nil) or {}
|
||||
local periodicity_map = interface.periodicityMap(nil, nil, nil, nil, nil, nil) or {}
|
||||
|
||||
if service_map and (table.len(service_map) > 0) then
|
||||
service_map_available = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue