mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
forms/Sources.js
fixed a couple small errors from church's commit for ec2 tags
This commit is contained in:
@@ -79,7 +79,7 @@ angular.module('SourceFormDefinition', [])
|
|||||||
"<blockquote>key-name=staging, key-name=production</blockquote>\n" +
|
"<blockquote>key-name=staging, key-name=production</blockquote>\n" +
|
||||||
"Limit to hosts where the Name tag begins with <em>test</em>:<br />\n" +
|
"Limit to hosts where the Name tag begins with <em>test</em>:<br />\n" +
|
||||||
"<blockquote>tag:Name=test*</blockquote>\n" +
|
"<blockquote>tag:Name=test*</blockquote>\n" +
|
||||||
"<p>View the <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeInstances.html\" target=\"_blank\">DescribeInstances documentation</a> " +
|
"<p>View the <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeInstances.html\" target=\"_blank\">Describe Instances documentation</a> " +
|
||||||
"for a complete list of supported filters.</p>",
|
"for a complete list of supported filters.</p>",
|
||||||
dataContainer: 'body'
|
dataContainer: 'body'
|
||||||
},
|
},
|
||||||
@@ -106,7 +106,7 @@ angular.module('SourceFormDefinition', [])
|
|||||||
"</ul><p>If blank, all groups above are created except <em>Instance ID</em>.</p>",
|
"</ul><p>If blank, all groups above are created except <em>Instance ID</em>.</p>",
|
||||||
dataContainer: 'body'
|
dataContainer: 'body'
|
||||||
},
|
},
|
||||||
custom_script: {
|
source_script: {
|
||||||
label : "Custom Inventory Scripts",
|
label : "Custom Inventory Scripts",
|
||||||
type: 'lookup',
|
type: 'lookup',
|
||||||
ngShow: "source && source.value !== '' && source.value === 'custom'",
|
ngShow: "source && source.value !== '' && source.value === 'custom'",
|
||||||
|
|||||||
Reference in New Issue
Block a user