mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Minor fix for preference set
This commit is contained in:
parent
d3f0945449
commit
bdddc4ec81
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function printInterfaces()
|
|||
|
||||
toggleTableButtonPrefs("VLAN Disaggregation",
|
||||
"Toggle the automatic creation of virtual interfaces based on VLAN tags.<p><b>NOTE:</b><ul><li>Value changes will not be effective for existing interfaces.<li>This setting is valid only for packet-based interfaces (no flow collection).</ul>",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_autologout", "ntopng.prefs.dynamic_iface_vlan_creation", "0")
|
||||
"On", "1", "success", "Off", "0", "danger", "dynamic_iface_vlan_creation", "ntopng.prefs.dynamic_iface_vlan_creation", "0")
|
||||
|
||||
local labels = {"None","Probe IP Address","Ingress Flow Interface"}
|
||||
local values = {"none","probe_ip","ingress_iface_idx"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue