mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 08:03:24 +00:00
CPUModelSelector: default model is kvm64
This commit is contained in:
parent
db37ad9b97
commit
f35712ea21
@ -6,7 +6,7 @@ Ext.define('PVE.form.CPUModelSelector', {
|
||||
var me = this;
|
||||
|
||||
me.data = [
|
||||
['', 'Default (qemu64)'],
|
||||
['', 'Default (kvm64)'],
|
||||
['486', '486'],
|
||||
['athlon', 'athlon'],
|
||||
['core2duo', 'core2duo'],
|
||||
|
Loading…
Reference in New Issue
Block a user