mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 13:45:21 +00:00
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'), {
|
me.add_text_row('mac_prefix', gettext('MAC address prefix'), {
|
||||||
deleteEmpty: true,
|
deleteEmpty: true,
|
||||||
vtype: 'MacPrefix',
|
vtype: 'MacPrefix',
|
||||||
defaultValue: Proxmox.Utils.noneText,
|
defaultValue: 'BC:24:11',
|
||||||
});
|
});
|
||||||
me.add_inputpanel_row('migration', gettext('Migration Settings'), {
|
me.add_inputpanel_row('migration', gettext('Migration Settings'), {
|
||||||
renderer: PVE.Utils.render_as_property_string,
|
renderer: PVE.Utils.render_as_property_string,
|
||||||
|
Loading…
Reference in New Issue
Block a user