Source.js

Changed the tooltip for environment variables for custom inventory script
This commit is contained in:
Jared Tabor 2014-11-21 14:01:30 -05:00
parent ee3c838d74
commit 226c31bc35

View File

@ -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: {