Wizard: Fix UI issues for Microsoft Azure Target environment

Fixes #772. This updates description of the step according to recent SPUR.
The `Authorizing an Azure account` expandable was removed (both from the step and `ImageCreator.js`) as well as `Destination` heading. Size of the Oauth 2.0 link was changed from small to default.
This commit is contained in:
regexowl 2022-08-29 11:18:27 +02:00 committed by Lucas Garfield
parent 2520b99ad1
commit c9c75da7ba
4 changed files with 26 additions and 73 deletions

View file

@ -9,7 +9,6 @@ import TargetEnvironment from './formComponents/TargetEnvironment';
import Packages from './formComponents/Packages';
import RadioWithPopover from './formComponents/RadioWithPopover';
import AzureAuthButton from './formComponents/AzureAuthButton';
import AzureAuthExpandable from './formComponents/AzureAuthExpandable';
import ActivationKeys from './formComponents/ActivationKeys';
import Select from '@data-driven-forms/pf4-component-mapper/select';
import FileSystemConfiguration from './formComponents/FileSystemConfiguration';
@ -48,7 +47,6 @@ const ImageCreator = ({
defaultArch,
},
'radio-popover': RadioWithPopover,
'azure-auth-expandable': AzureAuthExpandable,
'azure-auth-button': AzureAuthButton,
'activation-keys': ActivationKeys,
'file-system-config-toggle': FileSystemConfigToggle,