networkedit: display MTU for OVS-bond interfaces too

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Originally-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Thomas Lamprecht 2020-06-08 16:47:42 +02:00
parent 9d4375e5e0
commit 82327aca09

View File

@ -312,18 +312,18 @@ Ext.define('Proxmox.node.NetworkEdit', {
name: 'gateway6',
},
);
advancedColumn1.push(
{
xtype: 'proxmoxintegerfield',
minValue: 1280,
maxValue: 65520,
deleteEmpty: !me.isCreate,
emptyText: 1500,
fieldLabel: 'MTU',
name: 'mtu',
},
);
}
advancedColumn1.push(
{
xtype: 'proxmoxintegerfield',
minValue: 1280,
maxValue: 65520,
deleteEmpty: !me.isCreate,
emptyText: 1500,
fieldLabel: 'MTU',
name: 'mtu',
},
);
Ext.applyIf(me, {
url: url,