forms/Sources.js

fixed a couple small errors from church's commit for ec2 tags
This commit is contained in:
Jared Tabor
2014-11-26 09:37:30 -05:00
parent 35c392ab17
commit f36885b255

View File

@@ -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'",