From dfcf9b01e3725d1a438583c5ea593e75a0978cca Mon Sep 17 00:00:00 2001 From: Manisha Singhal Date: Thu, 29 Aug 2024 09:45:17 +0200 Subject: [PATCH] fix: Add cpu types to qemu server fixes #347 --- webpack/components/ProxmoxComputeSelectors.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpack/components/ProxmoxComputeSelectors.js b/webpack/components/ProxmoxComputeSelectors.js index 4a02e84f3..bec03ac00 100644 --- a/webpack/components/ProxmoxComputeSelectors.js +++ b/webpack/components/ProxmoxComputeSelectors.js @@ -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' }, ],