Skip to content

Commit

Permalink
fix: Add cpu types to qemu server
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 committed Aug 29, 2024
1 parent 3aa8b13 commit dfcf9b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/components/ProxmoxComputeSelectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ const ProxmoxComputeSelectors = {
{ value: 'Opteron_G3', label: 'Opteron_G3' },
{ value: 'Opteron_G4', label: 'Opteron_G4' },
{ value: 'Opteron_G5', label: 'Opteron_G5' },
{ value: 'x86-64-v2-AES', label: 'x86-64-v2-AES' },
{ value: 'x86-64-v4', label: 'x86-64-v4' },
{ value: 'host', label: 'host' },
],

Expand Down

0 comments on commit dfcf9b0

Please sign in to comment.