From daf8250f387e3326aee93f0437de1225bbcfefdc Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 31 Jul 2013 17:27:41 -0400 Subject: [PATCH] Excluded Organization from Inventory list when inventory list displayed in a modal dialog. --- awx/ui/static/js/lists/Inventories.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/lists/Inventories.js b/awx/ui/static/js/lists/Inventories.js index 7be94c8d7e..1b52e21c67 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -30,7 +30,8 @@ angular.module('InventoriesListDefinition', []) label: 'Organization', ngBind: 'inventory.summary_fields.organization.name', sourceModel: 'organization', - sourceField: 'name' + sourceField: 'name', + excludeModal: true }, has_active_failures: { label: 'Failed Jobs?',