Job detail page re-refactor

Host events viewer. Search now wired up. HTML re-load working. Table scrolling works.
This commit is contained in:
Chris Houseknecht
2014-07-08 16:56:55 -04:00
parent 39a5366237
commit fb9b5ae43c
7 changed files with 209 additions and 135 deletions

View File

@@ -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
});
};