mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
changed 'username' to 'email address' and ssh key to RSA private key for GCE front end.
This commit is contained in:
committed by
Luke Sneeringer
parent
c6f7c1d2da
commit
b19077e0a0
@@ -101,8 +101,8 @@ angular.module('CredentialFormDefinition', [])
|
|||||||
'<dd>Access keys for Amazon Web Services used for inventory management or deployment.</dd>\n' +
|
'<dd>Access keys for Amazon Web Services used for inventory management or deployment.</dd>\n' +
|
||||||
'<dt>Rackspace</dt>\n' +
|
'<dt>Rackspace</dt>\n' +
|
||||||
'<dd>Access information for Rackspace Cloud used for inventory management or deployment.</dd>\n' +
|
'<dd>Access information for Rackspace Cloud used for inventory management or deployment.</dd>\n' +
|
||||||
'<dt>Google Compute Engine</dt>\n' +
|
'<dt>Google Compute Engine</dt>\n' +
|
||||||
'<dd>Credentials for Google Compute Engine, used for inventory management or deployment.</dd>\n' +
|
'<dd>Credentials for Google Compute Engine, used for inventory management or deployment.</dd>\n' +
|
||||||
'<dt>VMWare</dt>\n' +
|
'<dt>VMWare</dt>\n' +
|
||||||
'<dd>Access information for VMWare vSphere used for inventory management or deployment.</dd>\n' +
|
'<dd>Access information for VMWare vSphere used for inventory management or deployment.</dd>\n' +
|
||||||
'</dl>\n'
|
'</dl>\n'
|
||||||
|
|||||||
@@ -40,6 +40,10 @@ angular.module('CredentialsHelper', ['Utilities'])
|
|||||||
case 'scm':
|
case 'scm':
|
||||||
scope.sshKeyDataLabel = 'SCM Private Key';
|
scope.sshKeyDataLabel = 'SCM Private Key';
|
||||||
break;
|
break;
|
||||||
|
case 'gce':
|
||||||
|
scope.usernameLabel = 'Email Address';
|
||||||
|
scope.sshKeyDataLabel = 'RSA Private Key';
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user