[#66] Fix display of vlan membership
This commit is contained in:
@@ -146,7 +146,7 @@ $(document).ready(function() {
|
||||
else if (nl) {
|
||||
event.preventDefault();
|
||||
|
||||
if (td.data('field') == 'c_vlan') {
|
||||
if (td.data('field') == 'c_pvid') {
|
||||
$('#nd_portlog').one('hidden', function() {
|
||||
port_control(cell); // save
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user