Commit d64f5355 authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 7d35f523
......@@ -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',
......
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