Wizard: Display default region

This commit is contained in:
lucasgarfield 2022-10-21 18:41:50 +02:00 committed by Sanne Raymaekers
parent 1541818326
commit ed9325615c
2 changed files with 44 additions and 5 deletions

View file

@ -117,7 +117,7 @@ const ReviewStep = () => {
Review the information and click "Create image" to create the
image using the following criteria.
</Text>
<DescriptionList isCompact isHorizontal>
<DescriptionList isCompact>
<DescriptionListGroup>
{getState()?.values?.['image-name'] && (
<>
@ -167,6 +167,12 @@ const ReviewStep = () => {
<TextListItem component={TextListItemVariants.dd}>
{getState()?.values?.['aws-account-id']}
</TextListItem>
<TextListItem component={TextListItemVariants.dt}>
Default Region
</TextListItem>
<TextListItem component={TextListItemVariants.dd}>
us-east-1
</TextListItem>
</TextList>
</TextContent>
</ListItem>