From 1de32b987fedbdf1611d85f532716a7803743894 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 24 Feb 2016 13:23:04 -0500 Subject: [PATCH 1/3] Added missing query parameters to /home/hosts and /home/groups --- awx/ui/client/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 43ad6627fb..7dd67c1f4e 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -234,7 +234,7 @@ var tower = angular.module('Tower', [ }). state('dashboardGroups', { - url: '/home/groups', + url: '/home/groups?id&name&has_active_failures&status&source&has_external_source&inventory_source__id', templateUrl: urlPrefix + 'partials/subhome.html', controller: HomeGroups, ncyBreadcrumb: { @@ -249,7 +249,7 @@ var tower = angular.module('Tower', [ }). state('dashboardHosts', { - url: '/home/hosts?has_active_failures', + url: '/home/hosts?has_active_failures&name&id', templateUrl: urlPrefix + 'partials/subhome.html', controller: HomeHosts, data: { From e8b890ac458482b7004ac01d9788f1ecfe234fd6 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 24 Feb 2016 13:28:46 -0500 Subject: [PATCH 2/3] Fixed this /home/groups route. Having the extra slash before the query params was resulting in a redirect to the dashboard. --- .../inventory-sync/standard-out-inventory-sync.partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html index 63835c3c80..bcabcbc40a 100644 --- a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html +++ b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html @@ -11,7 +11,7 @@
NAME
From c65d795b3bd135f11907e407ba1b1c296982adb6 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 24 Feb 2016 13:37:27 -0500 Subject: [PATCH 3/3] Fixed this other /home/groups href by removing the extra slash --- .../inventory-sync/standard-out-inventory-sync.partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html index bcabcbc40a..236a07edb1 100644 --- a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html +++ b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html @@ -72,7 +72,7 @@