lxc: always allow blank mac address for autogeneration

Same as with KVM.
This commit is contained in:
Wolfgang Bumiller 2016-03-09 09:11:59 +01:00 committed by Dietmar Maurer
parent c78f745aee
commit 41bfbd0a73
2 changed files with 2 additions and 2 deletions

View File

@ -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'
},
{

View File

@ -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'
},
{