Job detail page re-refactor

Job host events dialog.
This commit is contained in:
Chris Houseknecht
2014-07-08 00:57:07 -04:00
parent 125be34b43
commit d7c84ce54a
3 changed files with 4 additions and 1 deletions

View File

@@ -1006,6 +1006,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
scope.hostEventsViewer = function(id, name) {
HostEventsViewer({
scope: scope,
id: id,
name: name,
url: scope.job.related.job_events + '?event__icontains=runner'