diff --git a/app/controllers/repo.js b/app/controllers/repo.js index db3710b2..7b768291 100644 --- a/app/controllers/repo.js +++ b/app/controllers/repo.js @@ -59,7 +59,7 @@ export default Ember.Controller.extend({ updateTimesService.push(this.get('build')); updateTimesService.push(this.get('builds')); - updateTimesService.push(this.get('jobs')); + updateTimesService.push(this.get('build.jobs')); }, deactivate() {