mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
forms/Sources.js
fixed a couple small errors from church's commit for ec2 tags
This commit is contained in:
@@ -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