diff --git a/awx/ui/static/js/lists/CustomInventory.js b/awx/ui/static/js/lists/CustomInventory.js index 10e8dbb746..2dae876585 100644 --- a/awx/ui/static/js/lists/CustomInventory.js +++ b/awx/ui/static/js/lists/CustomInventory.js @@ -32,8 +32,17 @@ angular.module('CustomInventoryListDefinition', []) description: { label: 'Description', excludeModal: true, - columnClass: 'col-md-5 hidden-sm hidden-xs' + columnClass: 'col-md-4 hidden-sm hidden-xs' }, + organization: { + label: 'Organization', + ngBind: 'custom_inventory.summary_fields.organization.name', + // linkTo: '/#/organizations/{{ custom_inventory.organization }}', + sourceModel: 'organization', + sourceField: 'name', + excludeModal: true, + columnClass: 'col-md-4 hidden-sm hidden-xs' + } }, actions: {