diff --git a/awx/ui/static/js/forms/Source.js b/awx/ui/static/js/forms/Source.js index ab5635ee54..dcbf0e7e02 100644 --- a/awx/ui/static/js/forms/Source.js +++ b/awx/ui/static/js/forms/Source.js @@ -107,7 +107,7 @@ angular.module('SourceFormDefinition', []) dataContainer: 'body' }, source_script: { - label : "Custom Inventory Scripts", + label : "Custom Inventory Script", type: 'lookup', ngShow: "source && source.value !== '' && source.value === 'custom'", sourceModel: 'source_script', diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index e64092ed9c..30ce61485c 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -264,7 +264,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' url: invUrl, scope: scope, form: form, - // current_item: null, + hdr: "Select Custom Inventory", list: CustomInventoryList, field: 'source_script', input_type: 'radio'