From 8d21ff80d0c63903c5b16c65bfa20d1ef699903c Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 25 Aug 2014 16:27:00 -0400 Subject: [PATCH] added keydown event for password prompt fields on job template launch --- awx/ui/static/js/helpers/JobSubmission.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index 3e0670bb66..086f74d469 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -113,7 +113,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi function buildHtml() { var fld, field, html; html = ""; - html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; + html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; html += "
\n"; passwords.forEach(function(password) { @@ -125,6 +125,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi html += "\n"; html += "* " + field.label + "\n"; html += "