From 0cae6121598a15f9354026da7697a846152bd0f6 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Thu, 21 Feb 2019 13:47:39 -0500 Subject: [PATCH] Add helper text to the limit field prompt modal --- awx/ui/client/features/templates/templates.strings.js | 1 + .../steps/other-prompts/prompt-other-prompts.partial.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index 16dac68e62..e63fafc77b 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -48,6 +48,7 @@ function TemplatesStrings (BaseString) { SKIP_TAGS: t.s('Skip Tags'), JOB_TAGS: t.s('Job Tags'), LIMIT: t.s('Limit'), + LIMIT_HELP: t.s('Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns.'), JOB_TYPE: t.s('Job Type'), VERBOSITY: t.s('Verbosity'), CHOOSE_JOB_TYPE: t.s('Choose a job type'), diff --git a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html index 9ab3aa09d5..ab2be3b4f3 100644 --- a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html +++ b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html @@ -22,6 +22,9 @@