]> git.proxmox.com Git - pve-manager.git/commitdiff
make lint happy
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 30 Dec 2013 06:37:40 +0000 (07:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 30 Dec 2013 06:37:40 +0000 (07:37 +0100)
www/manager/node/NetworkEdit.js

index 2e071c2baf829b63d5d2af52542588b1d1800404..993d92a3d1fb2da3cfbf2619ff80dcdd2f18505a 100644 (file)
@@ -142,9 +142,7 @@ Ext.define('PVE.node.NetworkEdit', {
            }
        ];
 
-       if (me.iftype === 'OVSPort') {
-           // nothing to edit
-       } else if (me.iftype === 'OVSBond') {
+       if (me.iftype === 'OVSBond') {
            column1.push([
                {
                    xtype: 'textfield',