diff --git a/awx/ui/static/js/forms/Source.js b/awx/ui/static/js/forms/Source.js index 6973716021..e65ad00dff 100644 --- a/awx/ui/static/js/forms/Source.js +++ b/awx/ui/static/js/forms/Source.js @@ -118,7 +118,11 @@ angular.module('SourceFormDefinition', []) parseTypeName: 'envParseType', dataTitle: "Environment Variables", //'
Source Variables
', dataPlacement: 'right', - awPopOver: "
These are environment variables
", + awPopOver: "Provide key/value pairs using either YAML or JSON.
" + + "JSON:{\n" + + "YAML:
\"somevar\": \"somevalue\",
\"password\": \"magic\"
}
---\n", dataContainer: 'body' }, source_vars: {
somevar: somevalue
password: magic