Adding GCE RSA keys.

This commit is contained in:
Luke Sneeringer
2014-07-21 11:45:15 -05:00
parent 4d0abd4cca
commit 0257451bf7
2 changed files with 3 additions and 3 deletions

View File

@@ -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',