Add count for running jobs
This commit is contained in:
parent
3862dd163d
commit
76520cfcdb
|
@ -1,4 +1,4 @@
|
|||
<h4>Running Jobs</h4>
|
||||
<h4>Running Jobs ({{view.jobs.length}})</h4>
|
||||
|
||||
<ul class="groups">
|
||||
{{#each group in view.groups}}
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
controller: Travis.RunningJobsController.create()
|
||||
|
||||
groupsBinding: 'controller.sortedGroups'
|
||||
jobsBinding: 'controller'
|
||||
|
||||
didInsertElement: ->
|
||||
@get('controller').set 'content', Travis.Job.running()
|
||||
|
|
Loading…
Reference in New Issue
Block a user