From f36885b2559dcdaf61f93de431f25eff413473a0 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 26 Nov 2014 09:37:30 -0500 Subject: [PATCH] forms/Sources.js fixed a couple small errors from church's commit for ec2 tags --- awx/ui/static/js/forms/Source.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:
\n" + "
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'",