cloudConfig: add aws config fields
This commit is contained in:
parent
1e545af0c7
commit
9d2c798376
5 changed files with 132 additions and 0 deletions
|
|
@ -123,6 +123,18 @@ export const ImageBuilderHeader = ({
|
|||
Import
|
||||
</Button>
|
||||
)}
|
||||
{process.env.IS_ON_PREMISE && (
|
||||
<Button
|
||||
variant="secondary"
|
||||
data-testid="cloud-env-configure-button"
|
||||
ouiaId="cloud-env-configure-button"
|
||||
onClick={() =>
|
||||
navigate(resolveRelPath('cloud-provider-config'))
|
||||
}
|
||||
>
|
||||
Configure Cloud Providers
|
||||
</Button>
|
||||
)}
|
||||
</Flex>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue