Commit d64f5355 authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 7d35f523
...@@ -142,9 +142,7 @@ Ext.define('PVE.node.NetworkEdit', { ...@@ -142,9 +142,7 @@ Ext.define('PVE.node.NetworkEdit', {
} }
]; ];
if (me.iftype === 'OVSPort') { if (me.iftype === 'OVSBond') {
// nothing to edit
} else if (me.iftype === 'OVSBond') {
column1.push([ column1.push([
{ {
xtype: 'textfield', xtype: 'textfield',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment