mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix snmp menu
This commit is contained in:
parent
a1281c7dd9
commit
a693f0b7eb
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ local menu_subpages = {{
|
|||
label = i18n("prefs.snmp"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
hidden = false,
|
||||
hidden = not (ntop.isEnterpriseM()),
|
||||
nedge_hidden = false,
|
||||
entries = {
|
||||
toggle_snmp_rrds = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue