mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes asset inventory toggle version
This commit is contained in:
parent
f4f839603f
commit
d16670a508
1 changed files with 1 additions and 1 deletions
|
|
@ -1858,7 +1858,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
pref = "enable_host_pools_log"
|
||||
})
|
||||
|
||||
if ntop.isEnterpriseL() then
|
||||
if ntop.isEnterprise() or ntop.isnEdgeEnterprise() then
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_asset_inventory_log",
|
||||
default = "0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue