mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Added missing query parameters to /home/hosts and /home/groups
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user