diff --git a/awx/ui/static/js/helpers/inventory.js b/awx/ui/static/js/helpers/inventory.js index cd237623aa..c7c3184c6f 100644 --- a/awx/ui/static/js/helpers/inventory.js +++ b/awx/ui/static/js/helpers/inventory.js @@ -323,7 +323,8 @@ angular.module('InventoryHelper', ['RestServices', 'Utilities', 'OrganizationLis form: form, current_item: scope.organization, list: OrganizationList, - field: 'organization' + field: 'organization', + input_type: 'radio' }); scope.$emit('inventoryPropertiesLoaded');