mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-06 15:57:53 +00:00
lxc: always allow blank mac address for autogeneration
Same as with KVM.
This commit is contained in:
parent
c78f745aee
commit
41bfbd0a73
@ -126,7 +126,7 @@ Ext.define('PVE.lxc.NetworkInputPanel', {
|
|||||||
fieldLabel: gettext('MAC address'),
|
fieldLabel: gettext('MAC address'),
|
||||||
vtype: 'MacAddress',
|
vtype: 'MacAddress',
|
||||||
value: cdata.hwaddr,
|
value: cdata.hwaddr,
|
||||||
allowBlank: me.create,
|
allowBlank: true,
|
||||||
emptyText: 'auto'
|
emptyText: 'auto'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -126,7 +126,7 @@ Ext.define('PVE.lxc.NetworkInputPanel', {
|
|||||||
fieldLabel: gettext('MAC address'),
|
fieldLabel: gettext('MAC address'),
|
||||||
vtype: 'MacAddress',
|
vtype: 'MacAddress',
|
||||||
value: cdata.hwaddr,
|
value: cdata.hwaddr,
|
||||||
allowBlank: me.create,
|
allowBlank: true,
|
||||||
emptyText: 'auto'
|
emptyText: 'auto'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user