node/net: fix indentation a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8aefd47ceb
commit
ea7da80cda
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user