Wizard: Display default region
This commit is contained in:
parent
1541818326
commit
ed9325615c
2 changed files with 44 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue