took help icon away from Private key field on credentials page

This commit is contained in:
Jared Tabor
2014-07-31 08:42:11 -04:00
parent 290f6ca279
commit 4992d1286f

View File

@@ -265,10 +265,10 @@ angular.module('CredentialFormDefinition', [])
awDropFile: true, awDropFile: true,
'class': 'ssh-key-field', 'class': 'ssh-key-field',
rows: 10, rows: 10,
awPopOver: "key_description", //kind.value" ==="gce") return "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Windows Azure console."; // awPopOver: "key_description",
dataTitle: 'Subscription ID', // dataTitle: 'Subscription ID',
dataPlacement: 'right', // dataPlacement: 'right',
dataContainer: "body" // dataContainer: "body"
}, },
"ssh_key_unlock": { "ssh_key_unlock": {
label: 'Key Password', label: 'Key Password',
@@ -329,7 +329,7 @@ angular.module('CredentialFormDefinition', [])
variable: 'project_required', variable: 'project_required',
init: false init: false
}, },
awPopOver: "<p>The Project ID is the GCE assigned identification. It is constructed as two words followed by a three digit number. Such as: </p><p>adjective-noun-000</p>", //kind.value" ==="gce") return "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Windows Azure console."; awPopOver: "<p>The Project ID is the GCE assigned identification. It is constructed as two words followed by a three digit number. Such as: </p><p>adjective-noun-000</p>",
dataTitle: 'Project ID', dataTitle: 'Project ID',
dataPlacement: 'right', dataPlacement: 'right',
dataContainer: "body", dataContainer: "body",