Skip to content

Commit

Permalink
Merge pull request mesos#177 from airbnb/fix-zero-job-count
Browse files Browse the repository at this point in the history
[application_view] update jobs count on init
  • Loading branch information
florianleibert committed Dec 28, 2013
2 parents e9537d2 + 2053b6d commit fc1df63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function($,
reset: this.updateJobsCount,
sync: this.setPersisted
});
this.updateJobsCount();
},

setPersisted: function(collection, resp, options) {
Expand Down

0 comments on commit fc1df63

Please sign in to comment.