{{#if this.allocation.unhealthyDrivers.length}}
{{x-icon "alert-triangle" class="is-warning"}}
{{/if}}
{{#if this.allocation.nextAllocation}}
{{x-icon "history" class="is-faded"}}
{{/if}}
{{#if this.allocation.wasPreempted}}
{{x-icon "boot" class="is-faded"}}
{{/if}}
|
{{this.allocation.shortId}}
|
{{#if (eq this.context "job")}}
{{this.allocation.taskGroupName}}
|
{{/if}}
{{format-month-ts this.allocation.createTime}} |
{{moment-from-now this.allocation.modifyTime}}
|
{{this.allocation.clientStatus}}
|
{{#if (eq this.context "volume")}}
{{this.allocation.node.shortId}}
|
{{/if}}
{{#if (or (eq this.context "taskGroup") (eq this.context "job"))}}
{{this.allocation.jobVersion}} |
{{this.allocation.node.shortId}}
|
{{else if (or (eq this.context "node") (eq this.context "volume"))}}
{{#if (or this.allocation.job.isPending this.allocation.job.isReloading)}}
...
{{else}}
{{this.allocation.job.name}}
/ {{this.allocation.taskGroup.name}}
{{/if}}
|
{{this.allocation.jobVersion}} |
{{/if}}
{{#if (not (eq this.context "volume"))}}
{{if this.allocation.taskGroup.volumes.length "Yes"}} |
{{/if}}
|
|