mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 03:58:35 -05:00
assorted UI work to support the new branch field
update project to have allow branch override checkbox add new text input for branch field adjust show/hide for branch and playbook jt fields make playbook field allowed to add a new option not in the dropdown update job results ui to show branch update prompting to support new branch field
This commit is contained in:
committed by
AlanCoding
parent
ac86dc4fb9
commit
76dcd57ac6
@@ -66,6 +66,8 @@ function TemplatesStrings (BaseString) {
|
||||
VALID_INTEGER: t.s('Please enter an answer that is a valid integer.'),
|
||||
VALID_DECIMAL: t.s('Please enter an answer that is a decimal number.'),
|
||||
PLAYBOOK_RUN: t.s('Playbook Run'),
|
||||
SCM_BRANCH: t.s('SCM Branch'),
|
||||
SCM_BRANCH_HELP: t.s('Branch to use in job run. Project default used if blank.'),
|
||||
CHECK: t.s('Check'),
|
||||
NO_CREDS_MATCHING_TYPE: t.s('No Credentials Matching This Type Have Been Created'),
|
||||
CREDENTIAL_TYPE_MISSING: typeLabel => t.s('This job template has a default {{typeLabel}} credential which must be included or replaced before proceeding.', { typeLabel })
|
||||
|
||||
Reference in New Issue
Block a user