mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 11:36:47 +00:00
cpumodels : add missing sandybridge and Opteron_G4 cpu models
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
5eec2b0446
commit
d7e57fb212
@ -25,9 +25,11 @@ Ext.define('PVE.form.CPUModelSelector', {
|
||||
['Penryn', 'Penryn'],
|
||||
['Nehalem', 'Nehalem'],
|
||||
['Westmere', 'Westmere'],
|
||||
['SandyBridge', 'SandyBridge'],
|
||||
['Opteron_G1', 'Opteron_G1'],
|
||||
['Opteron_G2', 'Opteron_G2'],
|
||||
['Opteron_G3', 'Opteron_G3'],
|
||||
['Opteron_G4', 'Opteron_G4'],
|
||||
['host', 'host']
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user