store/cockpitApi: hide cloud targets for now
This commit is contained in:
parent
fcbcbb3d22
commit
40d1d4cd0f
1 changed files with 2 additions and 4 deletions
|
|
@ -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: [],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue