mirror of
https://github.com/ansible/awx.git
synced 2026-05-01 14:45:29 -02:30
Adding GCE RSA keys.
This commit is contained in:
@@ -208,7 +208,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
"ssh_key_data": {
|
||||
labelBind: 'sshKeyDataLabel',
|
||||
type: 'textarea',
|
||||
ngShow: "kind.value == 'ssh' || kind.value == 'scm'",
|
||||
ngShow: "kind.value == 'ssh' || kind.value == 'scm' || kind.value == 'gce'",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
'class': 'ssh-key-field',
|
||||
|
||||
Reference in New Issue
Block a user