{{#link-to "jobs.job" job.plainId class="is-primary"}}{{job.name}}{{/link-to}} |
{{job.status}}
|
{{job.displayType}} |
{{job.priority}} |
{{#if job.taskGroupCount}}
{{job.taskGroupCount}}
{{else}}
--
{{/if}}
|
{{#if job.hasChildren}}
{{#if (gt job.totalChildren 0)}}
{{children-status-bar job=job isNarrow=true}}
{{else}}
No Children
{{/if}}
{{else}}
{{allocation-status-bar allocationContainer=job isNarrow=true}}
{{/if}}
|