{{@node.node.name}} {{this.count}} Allocs {{@node.memory}} MiB, {{@node.cpu}} Mhz

{{#if this.allocations.length}} {{#if this.data.memoryLabel}} M {{/if}} {{#if this.data.memoryRemainder}} {{/if}} {{#each this.data.memory key="allocation.id" as |memory|}} {{#if (or (eq memory.className "starting") (eq memory.className "pending"))}} {{/if}} {{/each}} {{#if this.data.cpuLabel}} C {{/if}} {{#if this.data.cpuRemainder}} {{/if}} {{#each this.data.cpu key="allocation.id" as |cpu|}} {{#if (or (eq cpu.className "starting") (eq cpu.className "pending"))}} {{/if}} {{/each}} {{/if}}
{{this.activeAllocation.name}} {{this.activeAllocation.shortId}} ({{this.activeAllocation.resources.memory}} MiB, {{this.activeAllocation.resources.cpu}} Mhz)