mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Found and fixed another bug on the Credentials form. Changing the ssh password value was causing a hidden password field to become invalid. Form definition for ssh password cleared the incorrect associated confirmation field.
This commit is contained in:
@@ -139,7 +139,7 @@ angular.module('CredentialFormDefinition', [])
|
|||||||
label: 'SSH Password',
|
label: 'SSH Password',
|
||||||
type: 'password',
|
type: 'password',
|
||||||
ngShow: "kind.value == 'ssh'",
|
ngShow: "kind.value == 'ssh'",
|
||||||
ngChange: "clearPWConfirm('password_confirm')",
|
ngChange: "clearPWConfirm('ssh_password_confirm')",
|
||||||
addRequired: false,
|
addRequired: false,
|
||||||
editRequired: false,
|
editRequired: false,
|
||||||
ask: true,
|
ask: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user