allow deletion of mac prefix

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-03-22 13:49:52 +01:00 committed by Thomas Lamprecht
parent 6285bbf70b
commit 4090c97885

View File

@ -32,6 +32,7 @@ Ext.define('PVE.dc.OptionView', {
defaultValue: 'root@$hostname'
});
me.add_text_row('mac_prefix', gettext('MAC address prefix'), {
deleteEmpty: true,
vtype: 'MacPrefix',
defaultValue: Proxmox.Utils.noneText
});