mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixed SNMP preferences on nEdge
This commit is contained in:
parent
a6e145c60b
commit
0e66f3deb1
3 changed files with 18 additions and 5 deletions
|
|
@ -1,3 +1,7 @@
|
|||
--
|
||||
-- (C) 2014-25 - ntop.org
|
||||
--
|
||||
|
||||
require "lua_utils"
|
||||
|
||||
local recording_utils = require "recording_utils"
|
||||
|
|
@ -529,7 +533,7 @@ local menu_subpages = {{
|
|||
label = i18n("prefs.snmp"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
hidden = not (ntop.isEnterpriseM()),
|
||||
hidden = not (ntop.isEnterpriseM() or have_nedge),
|
||||
nedge_hidden = false,
|
||||
entries = {
|
||||
toggle_snmp_rrds = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue