From 40d1d4cd0fb3c4e2cdced8b8b4efb110e492abca Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 28 Jan 2025 18:51:24 +0100 Subject: [PATCH] store/cockpitApi: hide cloud targets for now --- src/store/cockpitApi.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/store/cockpitApi.ts b/src/store/cockpitApi.ts index a7e8bd40..0539d3f1 100644 --- a/src/store/cockpitApi.ts +++ b/src/store/cockpitApi.ts @@ -99,15 +99,12 @@ export const cockpitApi = emptyCockpitApi.injectEndpoints({ data: [ { arch: 'aarch64', - image_types: ['aws', 'guest-image', 'image-installer'], + image_types: ['guest-image', 'image-installer'], repositories: [], }, { arch: 'x86_64', image_types: [ - 'aws', - 'gcp', - 'azure', 'rhel-edge-commit', 'rhel-edge-installer', 'edge-commit', @@ -115,6 +112,7 @@ export const cockpitApi = emptyCockpitApi.injectEndpoints({ 'guest-image', 'image-installer', 'vsphere', + 'vsphere-ova', ], repositories: [], },