mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Enabled ssh_key_unlock field for network credentials
This commit is contained in:
@@ -263,7 +263,7 @@ export default
|
|||||||
"ssh_key_unlock": {
|
"ssh_key_unlock": {
|
||||||
label: i18n._('Private Key Passphrase'),
|
label: i18n._('Private Key Passphrase'),
|
||||||
type: 'sensitive',
|
type: 'sensitive',
|
||||||
ngShow: "kind.value == 'ssh' || kind.value == 'scm'",
|
ngShow: "kind.value === 'ssh' || kind.value === 'scm' || kind.value === 'net'",
|
||||||
ngDisabled: "keyEntered === false || ssh_key_unlock_ask || !(credential_obj.summary_fields.user_capabilities.edit || canAdd)",
|
ngDisabled: "keyEntered === false || ssh_key_unlock_ask || !(credential_obj.summary_fields.user_capabilities.edit || canAdd)",
|
||||||
subCheckbox: {
|
subCheckbox: {
|
||||||
variable: 'ssh_key_unlock_ask',
|
variable: 'ssh_key_unlock_ask',
|
||||||
|
|||||||
Reference in New Issue
Block a user