mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
SCM status info now available from Projects tab.
This commit is contained in:
@@ -16,9 +16,9 @@ function JobHostSummaryList ($scope, $rootScope, $location, $log, $routeParams,
|
||||
{
|
||||
ClearScope('htmlTemplate');
|
||||
var list = JobHostList;
|
||||
var defaultUrl = GetBasePath('jobs') + $routeParams.id + '/job_host_summaries/';
|
||||
var view = GenerateList;
|
||||
var base = $location.path().replace(/^\//,'').split('/')[0];
|
||||
var defaultUrl = GetBasePath(base) + $routeParams.id + '/job_host_summaries/';
|
||||
var view = GenerateList;
|
||||
var scope = view.inject(list, { mode: 'edit' });
|
||||
scope.selected = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user