Wizard: Update Review step

Fixes #774. This matches the Review step with the updated mocks as per SPUR.

The changes are following:
1. Target environment tab:
	- value of AWS `Account ID` aligned with GCP and Azure values
2. Registration tab:
	- `Subscription` changed to `Registration type`
	- `Organization ID` removed, will be added in a different place so it's clearer it's associated with an activation key
3. System configuration:
	- updated column name `Type` to `File system type` in partitions popover
	- updated the width of the column to accommodate the change
	- unified line spacing of `Image size` with the other rows
	- changes `Packages` to `Additional packages`
This commit is contained in:
regexowl 2022-11-02 11:14:47 +01:00 committed by Sanne Raymaekers
parent 9c4c24746f
commit 6d789da727
3 changed files with 18 additions and 32 deletions

View file

@ -48,3 +48,7 @@
.pf-c-select__menu-item.pf-m-load {
--pf-c-select__menu-item--Color: var(--pf-global--Color--100);
}
.pf-u-min-width {
--pf-u-min-width--MinWidth: 11ch;
}