diff --git a/awx/ui/src/components/AdHocCommands/AdHocCredentialStep.js b/awx/ui/src/components/AdHocCommands/AdHocCredentialStep.js index c93bfcdcc0f7..33a102628157 100644 --- a/awx/ui/src/components/AdHocCommands/AdHocCredentialStep.js +++ b/awx/ui/src/components/AdHocCommands/AdHocCredentialStep.js @@ -91,7 +91,7 @@ function AdHocCredentialStep({ credentialTypeId }) { {meta.touched && meta.error && ( )} -
+ + + {fields.length > 0 && ( - + {fields.map((field) => { if (field.type === 'string') { diff --git a/awx/ui/src/screens/Credential/shared/ExternalTestModal.js b/awx/ui/src/screens/Credential/shared/ExternalTestModal.js index 363492af2c4f..0488e977eb71 100644 --- a/awx/ui/src/screens/Credential/shared/ExternalTestModal.js +++ b/awx/ui/src/screens/Credential/shared/ExternalTestModal.js @@ -99,7 +99,7 @@ function ExternalTestModal({ , ]} > - + {credentialType.inputs.metadata.map((field) => { const isRequired = credentialType.inputs?.required.includes( diff --git a/awx/ui/src/screens/Inventory/shared/ConstructedInventoryHint.js b/awx/ui/src/screens/Inventory/shared/ConstructedInventoryHint.js index c6a150bdd8a7..5b4738f885f0 100644 --- a/awx/ui/src/screens/Inventory/shared/ConstructedInventoryHint.js +++ b/awx/ui/src/screens/Inventory/shared/ConstructedInventoryHint.js @@ -122,7 +122,7 @@ function ConstructedInventoryHint() {
- + {t`Constructed inventory examples`} diff --git a/awx/ui/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js b/awx/ui/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js index 5c9ac30cbf9b..2bd71fe170a8 100644 --- a/awx/ui/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js +++ b/awx/ui/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js @@ -164,7 +164,7 @@ function NodeTypeStep({ isIdentifierRequired }) { onUpdateNodeResource={nodeResourceHelpers.setValue} /> )} - + {nodeTypeField.value === 'workflow_approval_template' && (