CreateImageWizard: add spacing before azure fields

This commit is contained in:
Jacob Kozol 2021-05-25 17:10:00 +02:00 committed by Sanne Raymaekers
parent 2904af1b47
commit cea9808c91

View file

@ -47,9 +47,10 @@ class WizardStepUploadAzure extends Component {
</TextContent>
<Title headingLevel="h3">Destination</Title>
<Text>
Your image will be uploaded to the resource group in the subscription you specify.
Your image will be uploaded to the resource group in the subscription you specify.
</Text>
<Form>
<br />
<Form isWidthLimited>
<FormGroup isRequired label="Tenant ID" fieldId="azure-tenant-id"
helperTextInvalid={ (this.props.errors['azure-tenant-id'] && this.props.errors['azure-tenant-id'].value) || '' }
validated={ (this.props.errors['azure-tenant-id'] && 'error') || 'default' }>