diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 0b240a78ee..31174ac043 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -359,6 +359,7 @@ function(NotificationsList, i18n) { dataTitle: i18n._('Extra Variables'), dataPlacement: 'right', dataContainer: "body", + id: 'extra_vars', subCheckbox: { variable: 'ask_variables_on_launch', text: i18n._('Prompt on launch')