mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Remove text about confirming launch-time passwords.
We haven't done confirmation on these for a long time.
This commit is contained in:
@@ -37,7 +37,7 @@ function TemplatesStrings (BaseString) {
|
|||||||
REVERT: t.s('REVERT'),
|
REVERT: t.s('REVERT'),
|
||||||
CREDENTIAL_TYPE: t.s('Credential Type'),
|
CREDENTIAL_TYPE: t.s('Credential Type'),
|
||||||
CREDENTIAL_PASSWORD_WARNING: t.s('Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be removed or replaced to proceed:'),
|
CREDENTIAL_PASSWORD_WARNING: t.s('Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be removed or replaced to proceed:'),
|
||||||
PASSWORDS_REQUIRED_HELP: t.s('Launching this job requires the passwords listed below. Enter and confirm each password before continuing.'),
|
PASSWORDS_REQUIRED_HELP: t.s('Launching this job requires the passwords listed below. Enter each password before continuing.'),
|
||||||
PLEASE_ENTER_PASSWORD: t.s('Please enter a password.'),
|
PLEASE_ENTER_PASSWORD: t.s('Please enter a password.'),
|
||||||
credential_passwords: {
|
credential_passwords: {
|
||||||
SSH_PASSWORD: t.s('SSH Password'),
|
SSH_PASSWORD: t.s('SSH Password'),
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export default
|
|||||||
|
|
||||||
scope.passwords = params.passwords;
|
scope.passwords = params.passwords;
|
||||||
|
|
||||||
html += "<div class=\"alert alert-info\">Launching this job requires the passwords listed below. Enter and confirm each password before continuing.</div>\n";
|
html += "<div class=\"alert alert-info\">Launching this job requires the passwords listed below. Enter each password before continuing.</div>\n";
|
||||||
|
|
||||||
scope.passwords.forEach(function(password) {
|
scope.passwords.forEach(function(password) {
|
||||||
// Prompt for password
|
// Prompt for password
|
||||||
|
|||||||
Reference in New Issue
Block a user