From 7b04e7052200e25fe7cfffe9a071969ca7b80c26 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 20 Jul 2017 09:46:28 -0400 Subject: [PATCH] Hide manual inventory sources from the source list --- .../inventories/related/sources/list/sources-list.route.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js index a6fb5899fd..3d4d99546d 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js @@ -7,7 +7,8 @@ export default { inventory_source_search: { value: { page_size: "20", - order_by: "name" + order_by: "name", + not__source: "" }, dynamic: true, squash: ""