Fix job times updating on build view

This commit is contained in:
Piotr Sarnacki 2016-02-02 11:45:59 +01:00
parent 8e610a6191
commit 1d0fb6468e

View File

@ -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() {