diff --git a/awx/ui/static/js/forms/Source.js b/awx/ui/static/js/forms/Source.js index 9fc9db75fd..ab5635ee54 100644 --- a/awx/ui/static/js/forms/Source.js +++ b/awx/ui/static/js/forms/Source.js @@ -79,7 +79,7 @@ angular.module('SourceFormDefinition', []) "
key-name=staging, key-name=production\n" + "Limit to hosts where the Name tag begins with test:
tag:Name=test*\n" + - "
View the DescribeInstances documentation " + + "
View the Describe Instances documentation " + "for a complete list of supported filters.
", dataContainer: 'body' }, @@ -106,7 +106,7 @@ angular.module('SourceFormDefinition', []) "If blank, all groups above are created except Instance ID.
", dataContainer: 'body' }, - custom_script: { + source_script: { label : "Custom Inventory Scripts", type: 'lookup', ngShow: "source && source.value !== '' && source.value === 'custom'",