CreateImageWizard: Reorder Azure form

Closes #258
This commit is contained in:
Simon Steinbeiss 2021-07-13 08:37:57 +02:00 committed by Sanne Raymaekers
parent af0ea3bccf
commit a46ab6ba05

View file

@ -50,11 +50,10 @@ export default {
},
{
component: componentTypes.TEXT_FIELD,
name: 'azure-tenant-id',
'data-testid': 'azure-tenant-id',
name: 'azure-subscription-id',
'data-testid': 'azure-subscription-id',
type: 'text',
label: 'Tenant ID',
required: true,
label: 'Subscription ID',
isRequired: true,
validate: [
{
@ -64,10 +63,11 @@ export default {
},
{
component: componentTypes.TEXT_FIELD,
name: 'azure-subscription-id',
'data-testid': 'azure-subscription-id',
name: 'azure-tenant-id',
'data-testid': 'azure-tenant-id',
type: 'text',
label: 'Subscription ID',
label: 'Tenant ID',
required: true,
isRequired: true,
validate: [
{