mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-22 06:40:52 +00:00
networkedit: add mtu field
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
b154853a74
commit
aedaf2b6f1
@ -250,6 +250,14 @@ Ext.define('Proxmox.node.NetworkEdit', {
|
||||
fieldLabel: gettext('Gateway') + ' (IPv6)',
|
||||
vtype: 'IP6Address',
|
||||
name: 'gateway6'
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxintegerfield',
|
||||
minValue: 1280,
|
||||
maxValue: 65520,
|
||||
deleteEmpty: !me.isCreate,
|
||||
fieldLabel: 'MTU',
|
||||
name: 'mtu'
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user