{{#if this.allocation}} {{#if this.allocation.unhealthyDrivers.length}} {{x-icon "warning" 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}} {{format-month-ts this.allocation.createTime short=true}} {{moment-from-now this.allocation.modifyTime}} {{x-icon (if this.pluginAllocation.healthy "check-circle-outline" "minus-circle-outline") class=(if this.pluginAllocation.healthy "is-success" "is-danger")}} {{if this.pluginAllocation.healthy "Healthy" "Unhealthy"}} {{this.allocation.node.shortId}} {{#if (or this.allocation.job.isPending this.allocation.job.isReloading)}} ... {{else}} {{this.allocation.job.name}} / {{this.allocation.taskGroup.name}} {{/if}} {{this.allocation.jobVersion}} {{if this.allocation.taskGroup.volumes.length "Yes"}} {{else}} … {{/if}}