mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +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;
|
var me = this;
|
||||||
|
|
||||||
me.data = [
|
me.data = [
|
||||||
['', 'Default (qemu64)'],
|
['', 'Default (kvm64)'],
|
||||||
['486', '486'],
|
['486', '486'],
|
||||||
['athlon', 'athlon'],
|
['athlon', 'athlon'],
|
||||||
['core2duo', 'core2duo'],
|
['core2duo', 'core2duo'],
|
||||||
|
Loading…
Reference in New Issue
Block a user