mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
add more details to workflow limit help text
This commit is contained in:
committed by
AlanCoding
parent
01bb32ebb0
commit
8ac8fb9016
@@ -93,7 +93,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
|||||||
label: i18n._('Limit'),
|
label: i18n._('Limit'),
|
||||||
type: 'text',
|
type: 'text',
|
||||||
column: 1,
|
column: 1,
|
||||||
awPopOver: "<p>" + i18n._("Select a limit for the workflow. This limit is applied to all job template nodes that prompt for a limit.") + "</p>",
|
awPopOver: "<p>" + i18n._("Provide a host pattern to further constrain the list of hosts that will be managed or affected by the workflow. This limit is applied to all job template nodes that prompt for a limit. Refer to Ansible documentation for more information and examples on patterns.") + "</p>",
|
||||||
dataTitle: i18n._('Limit'),
|
dataTitle: i18n._('Limit'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
|||||||
Reference in New Issue
Block a user