mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -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:
parent
bc8e19b51d
commit
6d9996cd0e
@ -56,7 +56,7 @@ function getStep(launchConfig, formError, resource) {
|
||||
ouiaId="InventoryStep-alert"
|
||||
variant="warning"
|
||||
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
|
||||
}
|
||||
|
||||
@ -141,7 +141,7 @@ function WorkflowJobTemplateForm({
|
||||
<InventoryLookup
|
||||
promptId="wfjt-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"
|
||||
isPromptableField
|
||||
value={inventoryField.value}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user