mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-22 15:01:03 +00:00
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') {
|
} else if (me.iftype === 'vlan') {
|
||||||
|
|
||||||
if(!me.isCreate) {
|
if (!me.isCreate) {
|
||||||
|
|
||||||
me.disablevlanid = false;
|
me.disablevlanid = false;
|
||||||
me.disablevlanrawdevice = false;
|
me.disablevlanrawdevice = false;
|
||||||
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user