mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
took help icon away from Private key field on credentials page
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user