Update Credential popover help for network credentials, add some more verbiage to the 'Other' section.

re: #2252
This commit is contained in:
Bill Nottingham
2016-06-10 15:49:01 -04:00
parent bcdc17dc06
commit 9a1bcb3384

View File

@@ -67,14 +67,18 @@ export default
'<dd>Authentication for remote machine access. This can include SSH keys, usernames, passwords, ' + '<dd>Authentication for remote machine access. This can include SSH keys, usernames, passwords, ' +
'and sudo information. Machine credentials are used when submitting jobs to run playbooks against ' + 'and sudo information. Machine credentials are used when submitting jobs to run playbooks against ' +
'remote hosts.</dd>' + 'remote hosts.</dd>' +
'<dt>Network</dt>\n' +
'<dd>Authentication for network device access. This can include SSH keys, usernames, passwords, ' +
'and authorize information. Network credentials are used when submitting jobs to run playbooks against ' +
'network devices.</dd>' +
'<dt>Source Control</dt>\n' + '<dt>Source Control</dt>\n' +
'<dd>Used to check out and synchronize playbook repositories with a remote source control ' + '<dd>Used to check out and synchronize playbook repositories with a remote source control ' +
'management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are ' + 'management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are ' +
'used on the Projects tab.</dd>\n' + 'used by Projects.</dd>\n' +
'<dt>Others (Cloud Providers)</dt>\n' + '<dt>Others (Cloud Providers)</dt>\n' +
'<dd>Access keys for authenticating to the specific ' + '<dd>Usernames, passwords, and access keys for authenticating to the specified cloud or infrastructure ' +
'cloud provider, usually used for inventory sync ' + 'provider. These are used for dynamic inventory sources and for cloud provisioning and deployment ' +
'and deployment.</dd>\n' + 'in playbook runs.</dd>\n' +
'</dl>\n', '</dl>\n',
dataTitle: 'Type', dataTitle: 'Type',
dataPlacement: 'right', dataPlacement: 'right',