2018-03-20 20:40:48 +00:00
|
|
|
<td data-test-job-name>{{#link-to "jobs.job" job.plainId class="is-primary"}}{{job.name}}{{/link-to}}</td>
|
2018-01-05 20:59:36 +00:00
|
|
|
<td data-test-job-status>
|
2017-09-19 14:47:10 +00:00
|
|
|
<span class="tag {{job.statusClass}}">{{job.status}}</span>
|
|
|
|
</td>
|
2018-01-26 23:01:10 +00:00
|
|
|
<td data-test-job-type>{{job.displayType}}</td>
|
2018-01-05 20:59:36 +00:00
|
|
|
<td data-test-job-priority>{{job.priority}}</td>
|
|
|
|
<td data-test-job-task-groups>
|
2018-03-15 17:27:29 +00:00
|
|
|
{{#if job.taskGroupCount}}
|
|
|
|
{{job.taskGroupCount}}
|
2018-02-12 23:27:19 +00:00
|
|
|
{{else}}
|
|
|
|
--
|
2017-10-03 23:24:30 +00:00
|
|
|
{{/if}}
|
|
|
|
</td>
|
2018-01-05 20:59:36 +00:00
|
|
|
<td data-test-job-allocations>
|
2018-01-23 21:26:07 +00:00
|
|
|
<div class="inline-chart">
|
|
|
|
{{#if job.hasChildren}}
|
2018-03-20 19:30:48 +00:00
|
|
|
{{#if (gt job.totalChildren 0)}}
|
|
|
|
{{children-status-bar job=job isNarrow=true}}
|
|
|
|
{{else}}
|
|
|
|
<em class="is-faded">No Children</em>
|
|
|
|
{{/if}}
|
2018-01-23 21:26:07 +00:00
|
|
|
{{else}}
|
|
|
|
{{allocation-status-bar allocationContainer=job isNarrow=true}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2017-09-19 14:47:10 +00:00
|
|
|
</td>
|