Drop key hints, as they are redundant with the popovers.

re: #2249
This commit is contained in:
Bill Nottingham
2016-06-10 15:40:53 -04:00
parent 2068665c4e
commit bcdc17dc06
2 changed files with 0 additions and 5 deletions

View File

@@ -239,7 +239,6 @@ export default
}, },
class: 'Form-textAreaLabel Form-formGroup--fullWidth', class: 'Form-textAreaLabel Form-formGroup--fullWidth',
elementClass: 'Form-monospace', elementClass: 'Form-monospace',
hintText: "{{ key_hint }}",
addRequired: false, addRequired: false,
editRequired: false, editRequired: false,
awDropFile: true, awDropFile: true,

View File

@@ -39,7 +39,6 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.project_required = false; scope.project_required = false;
scope.subscription_required = false; scope.subscription_required = false;
scope.key_description = "Paste the contents of the SSH private key file.<div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>"; scope.key_description = "Paste the contents of the SSH private key file.<div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>";
scope.key_hint= "paste or drag and drop an SSH private key file on the field below";
scope.host_required = false; scope.host_required = false;
scope.password_required = false; scope.password_required = false;
scope.hostLabel = ''; scope.hostLabel = '';
@@ -65,7 +64,6 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.domain_required = false; scope.domain_required = false;
scope.subscription_required = false; scope.subscription_required = false;
scope.key_description = "Paste the contents of the SSH private key file."; scope.key_description = "Paste the contents of the SSH private key file.";
scope.key_hint= "paste or drag and drop an SSH private key file on the field below";
scope.host_required = false; scope.host_required = false;
scope.password_required = false; scope.password_required = false;
scope.hostLabel = ''; scope.hostLabel = '';
@@ -101,7 +99,6 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.key_required = true; scope.key_required = true;
scope.project_required = true; scope.project_required = true;
scope.key_description = 'Paste the contents of the PEM file associated with the service account email.'; scope.key_description = 'Paste the contents of the PEM file associated with the service account email.';
scope.key_hint= "drag and drop a private key file on the field below";
scope.projectLabel = "Project"; scope.projectLabel = "Project";
scope.project_required = false; scope.project_required = false;
scope.projectPopOver = "<p>The Project ID is the " + scope.projectPopOver = "<p>The Project ID is the " +
@@ -114,7 +111,6 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.subscription_required = true; scope.subscription_required = true;
scope.key_required = true; scope.key_required = true;
scope.key_description = "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Microsoft Azure console."; scope.key_description = "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Microsoft Azure console.";
scope.key_hint= "drag and drop a management certificate file on the field below";
break; break;
case 'azure_rm': case 'azure_rm':
scope.usernameLabel = "Username"; scope.usernameLabel = "Username";