[#66] Fix display of vlan membership

This commit is contained in:
Oliver Gorwits
2014-01-11 09:44:35 +00:00
parent 1e0c6b9598
commit 862f2ba5b1
10 changed files with 53 additions and 63 deletions

View File

@@ -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
});