mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix snmp pref
This commit is contained in:
parent
0293ad58d0
commit
15f1a99aa5
2 changed files with 14 additions and 14 deletions
|
|
@ -352,7 +352,7 @@ local menu_subpages = {
|
|||
description = i18n("prefs.toggle_host_pools_log_description", {product=info["product"]}),
|
||||
},
|
||||
|
||||
}}, {id="snmp", label=i18n("prefs.snmp"), advanced=true, pro_only=true, hidden=false, nedge_hidden=true, entries={
|
||||
}}, {id="snmp", label=i18n("prefs.snmp"), advanced=true, pro_only=true, hidden=false, nedge_hidden=false, entries={
|
||||
toggle_snmp_rrds = {
|
||||
title = i18n("prefs.toggle_snmp_rrds_title"),
|
||||
description = i18n("prefs.toggle_snmp_rrds_description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue