mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes assets inventory preference not working
This commit is contained in:
parent
03097a18c2
commit
1284428368
7 changed files with 86 additions and 22 deletions
|
|
@ -121,6 +121,10 @@ local menu_subpages = {{
|
|||
advanced = true,
|
||||
hidden = not ntop.isEnterprise(),
|
||||
entries = {
|
||||
toggle_assets_inventory = {
|
||||
title = i18n("prefs.toggle_assets_inventory_title"),
|
||||
description = i18n("prefs.toggle_assets_inventory_description")
|
||||
},
|
||||
toggle_behaviour_analysis = {
|
||||
title = i18n("prefs.toggle_behaviour_analysis_title"),
|
||||
description = i18n("prefs.toggle_behaviour_analysis_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue