mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Enabled ssh_key_unlock field for network credentials
This commit is contained in:
parent
7f1591361b
commit
54e08256ba
@ -263,7 +263,7 @@ export default
|
||||
"ssh_key_unlock": {
|
||||
label: i18n._('Private Key Passphrase'),
|
||||
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)",
|
||||
subCheckbox: {
|
||||
variable: 'ssh_key_unlock_ask',
|
||||
|
Loading…
Reference in New Issue
Block a user