ui: datacenter config: adapt to new default MAC prefix
The official Proxmox OUI, assigned by the IEEE, is now used as default. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
506134df52
commit
fea56c69dd
@ -94,7 +94,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
me.add_text_row('mac_prefix', gettext('MAC address prefix'), {
|
||||
deleteEmpty: true,
|
||||
vtype: 'MacPrefix',
|
||||
defaultValue: Proxmox.Utils.noneText,
|
||||
defaultValue: 'BC:24:11',
|
||||
});
|
||||
me.add_inputpanel_row('migration', gettext('Migration Settings'), {
|
||||
renderer: PVE.Utils.render_as_property_string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user