mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #10591 from nixocio/ui_issue_2961
Update inventory prompt string for workflows Update inventory prompt string for workflows closes: #2961 Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
commit
df3a8d8718
@ -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