mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixed partially asset map
This commit is contained in:
parent
fa68eadef0
commit
7512a93eff
2 changed files with 15 additions and 4 deletions
|
|
@ -343,7 +343,7 @@ end
|
|||
|
||||
local service_map_available = false
|
||||
local periodicity_map_available = false
|
||||
local asset_map_available = false -- ntop.isEnterpriseL()
|
||||
local asset_map_available = ntop.isEnterpriseL()
|
||||
|
||||
service_map_available, periodicity_map_available = behavior_utils.mapsAvailable()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue