Minor fix for preference set

This commit is contained in:
Simone Mainardi 2017-01-05 15:55:46 +01:00
parent d3f0945449
commit bdddc4ec81

View file

@ -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"}