diff --git a/pkg/harvester/config/feature-flags.js b/pkg/harvester/config/feature-flags.js index ea7fdb02..ef0ffd56 100644 --- a/pkg/harvester/config/feature-flags.js +++ b/pkg/harvester/config/feature-flags.js @@ -39,7 +39,6 @@ const FEATURE_FLAGS = { ], 'v1.5.1': [], 'v1.6.0': [ - 'vmMachineTypes', 'customSupportBundle', 'csiOnlineExpandValidation', 'vmNetworkMigration', @@ -50,7 +49,9 @@ const FEATURE_FLAGS = { 'vmCloneRunStrategy', ], 'v1.6.1': [], - 'v1.7.0': [] + 'v1.7.0': [ + 'vmMachineTypeAuto' + ] }; const generateFeatureFlags = () => { diff --git a/pkg/harvester/edit/kubevirt.io.virtualmachine/index.vue b/pkg/harvester/edit/kubevirt.io.virtualmachine/index.vue index 1a27322f..0321cb3d 100644 --- a/pkg/harvester/edit/kubevirt.io.virtualmachine/index.vue +++ b/pkg/harvester/edit/kubevirt.io.virtualmachine/index.vue @@ -873,7 +873,10 @@ export default { /> -