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

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