From 78c9bbf1683c0f30fdfb3d06c0608c7132d21396 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 14 Oct 2013 14:51:23 +0000 Subject: [PATCH] AC-547 dropped Description from Inventory page and moved Organization next to Name. --- awx/ui/static/js/lists/Inventories.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/awx/ui/static/js/lists/Inventories.js b/awx/ui/static/js/lists/Inventories.js index 1ff8c1db67..8f8aae057a 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -23,9 +23,13 @@ angular.module('InventoriesListDefinition', []) key: true, label: 'Name' }, - description: { - label: 'Description', - link: true + organization: { + label: 'Organization', + ngBind: 'inventory.summary_fields.organization.name', + linkTo: '/#/organizations/{{ inventory.organization }}', + sourceModel: 'organization', + sourceField: 'name', + excludeModal: true }, hosts_with_active_failures: { label: 'Hosts with
Failed Job?', @@ -49,14 +53,6 @@ angular.module('InventoriesListDefinition', []) searchable: false, nosort: true }, - organization: { - label: 'Organization', - ngBind: 'inventory.summary_fields.organization.name', - linkTo: '/#/organizations/{{ inventory.organization }}', - sourceModel: 'organization', - sourceField: 'name', - excludeModal: true - }, has_inventory_sources: { label: 'Has external sources?', searchSingleValue: true,