mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Source.js
Changed the tooltip for environment variables for custom inventory script
This commit is contained in:
parent
ee3c838d74
commit
226c31bc35
@ -118,7 +118,11 @@ angular.module('SourceFormDefinition', [])
|
||||
parseTypeName: 'envParseType',
|
||||
dataTitle: "Environment Variables", //'<p ng-show=source.value=="ec2">Source Variables<p>',
|
||||
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'
|
||||
},
|
||||
source_vars: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user