From 29c95a41807c6311dcbbaf7e7b83eccb7857de9f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 30 Apr 2015 12:57:02 +0200 Subject: [PATCH] Poll for build on job tab Build has also job's data, so it will get more info with not much overhead. --- app/views/job.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/job.coffee b/app/views/job.coffee index 622b0bcd..b4c6a092 100644 --- a/app/views/job.coffee +++ b/app/views/job.coffee @@ -4,7 +4,7 @@ `import Polling from 'travis/mixins/polling'` View = Ember.View.extend Polling, - pollModels: 'controller.job' + pollModels: 'controller.job.build' repoBinding: 'controller.repo' jobBinding: 'controller.job'