cloudConfig: add aws config fields

This commit is contained in:
Gianluca Zuccarelli 2025-04-14 10:24:16 +00:00 committed by Sanne Raymaekers
parent 1e545af0c7
commit 9d2c798376
5 changed files with 132 additions and 0 deletions

View file

@ -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>
)}
</>