mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
SCM status info now available from Projects tab.
This commit is contained in:
@@ -41,6 +41,14 @@ function JobsListCtrl ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
if ($routeParams['job_host_summaries__host']) {
|
||||
defaultUrl += '?job_host_summaries__host=' + $routeParams['job_host_summaries__host'];
|
||||
}
|
||||
if ($routeParams['inventory__int'] && $routeParams['status']) {
|
||||
defaultUrl += '?inventory__int=' + $routeParams['inventory__int'] + '&status=' +
|
||||
$routeParams['status'];
|
||||
}
|
||||
SearchInit({ scope: scope, set: 'jobs', list: list, url: defaultUrl });
|
||||
PaginateInit({ scope: scope, list: list, url: defaultUrl });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user