mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Source.js
Changed the tooltip for environment variables for custom inventory script
This commit is contained in:
@@ -118,7 +118,11 @@ angular.module('SourceFormDefinition', [])
|
|||||||
parseTypeName: 'envParseType',
|
parseTypeName: 'envParseType',
|
||||||
dataTitle: "Environment Variables", //'<p ng-show=source.value=="ec2">Source Variables<p>',
|
dataTitle: "Environment Variables", //'<p ng-show=source.value=="ec2">Source Variables<p>',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
awPopOver: "<p>These are environment variables</p>",
|
awPopOver: "<p>Provide key/value pairs using either YAML or JSON.</p>" +
|
||||||
|
"JSON:<br />\n" +
|
||||||
|
"<blockquote>{<br />\"somevar\": \"somevalue\",<br />\"password\": \"magic\"<br /> }</blockquote>\n" +
|
||||||
|
"YAML:<br />\n" +
|
||||||
|
"<blockquote>---<br />somevar: somevalue<br />password: magic<br /></blockquote>\n",
|
||||||
dataContainer: 'body'
|
dataContainer: 'body'
|
||||||
},
|
},
|
||||||
source_vars: {
|
source_vars: {
|
||||||
|
|||||||
Reference in New Issue
Block a user