mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 06:05:02 +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'),
|
||||
vtype: 'MacAddress',
|
||||
value: cdata.hwaddr,
|
||||
allowBlank: me.create,
|
||||
allowBlank: true,
|
||||
emptyText: 'auto'
|
||||
},
|
||||
{
|
||||
|
@ -126,7 +126,7 @@ Ext.define('PVE.lxc.NetworkInputPanel', {
|
||||
fieldLabel: gettext('MAC address'),
|
||||
vtype: 'MacAddress',
|
||||
value: cdata.hwaddr,
|
||||
allowBlank: me.create,
|
||||
allowBlank: true,
|
||||
emptyText: 'auto'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user