Fix job times updating on build view
This commit is contained in:
parent
8e610a6191
commit
1d0fb6468e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user