mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Update inventory prompt string for workflows
Update inventory prompt string for workflows closes: https://github.com/ansible/awx/issues/2961
This commit is contained in:
@@ -56,7 +56,7 @@ function getStep(launchConfig, formError, resource) {
|
|||||||
ouiaId="InventoryStep-alert"
|
ouiaId="InventoryStep-alert"
|
||||||
variant="warning"
|
variant="warning"
|
||||||
isInline
|
isInline
|
||||||
title={t`This inventory is applied to all job template nodes within this workflow (${resource.name}) that prompt for an inventory.`}
|
title={t`This inventory is applied to all workflow nodes within this workflow (${resource.name}) that prompt for an inventory.`}
|
||||||
/>
|
/>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ function WorkflowJobTemplateForm({
|
|||||||
<InventoryLookup
|
<InventoryLookup
|
||||||
promptId="wfjt-ask-inventory-on-launch"
|
promptId="wfjt-ask-inventory-on-launch"
|
||||||
promptName="ask_inventory_on_launch"
|
promptName="ask_inventory_on_launch"
|
||||||
tooltip={t`Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.`}
|
tooltip={t`Select an inventory for the workflow. This inventory is applied to all workflow nodes that prompt for an inventory.`}
|
||||||
fieldId="wfjt-inventory"
|
fieldId="wfjt-inventory"
|
||||||
isPromptableField
|
isPromptableField
|
||||||
value={inventoryField.value}
|
value={inventoryField.value}
|
||||||
|
|||||||
Reference in New Issue
Block a user