mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Job detail page re-refactor
Host events viewer. Search now wired up. HTML re-load working. Table scrolling works.
This commit is contained in:
@@ -1009,7 +1009,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
scope: scope,
|
||||
id: id,
|
||||
name: name,
|
||||
url: scope.job.related.job_events + '?event__icontains=runner'
|
||||
url: scope.job.related.job_events
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user