node/net: fix indentation a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-30 16:30:19 +01:00
parent 8aefd47ceb
commit ea7da80cda

View File

@ -98,7 +98,7 @@ Ext.define('Proxmox.node.NetworkEdit', {
});
} else if (me.iftype === 'vlan') {
if(!me.isCreate) {
if (!me.isCreate) {
me.disablevlanid = false;
me.disablevlanrawdevice = false;
@ -231,8 +231,7 @@ Ext.define('Proxmox.node.NetworkEdit', {
method = 'PUT';
}
var column1 = [
{
var column1 = [{
xtype: 'hiddenfield',
name: 'type',
value: me.iftype
@ -262,8 +261,7 @@ Ext.define('Proxmox.node.NetworkEdit', {
}
}
}
}
];
}];
if (me.iftype === 'OVSBond') {
column1.push(