cloudConfig: configure the footer
Setup the footer for the AWS config step.
This commit is contained in:
parent
9d2c798376
commit
87647f8854
1 changed files with 8 additions and 2 deletions
|
|
@ -12,13 +12,19 @@ export const CloudProviderConfig = () => {
|
|||
const navigate = useNavigate();
|
||||
const handleClose = () => navigate(resolveRelPath(''));
|
||||
|
||||
// TODO: add custom wizard footer
|
||||
return (
|
||||
<>
|
||||
<ImageBuilderHeader inWizard={true} />
|
||||
<PageSection>
|
||||
<Wizard onClose={handleClose}>
|
||||
<WizardStep name="AWS Config" id="aws-config">
|
||||
<WizardStep
|
||||
name="AWS Config"
|
||||
id="aws-config"
|
||||
footer={{
|
||||
nextButtonText: 'Submit',
|
||||
isBackDisabled: true,
|
||||
}}
|
||||
>
|
||||
<AWSConfig />
|
||||
</WizardStep>
|
||||
</Wizard>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue