{{#unless @isDense}}

{{#if @node.node.isDraining}} {{x-icon "clock-outline" class="is-info"}} {{else if (not @node.node.isEligible)}} {{x-icon "lock-closed" class="is-warning"}} {{/if}} {{@node.node.name}} {{this.count}} Allocs {{@node.memory}} MiB, {{@node.cpu}} Mhz

{{/unless}} {{#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}} {{else}} Empty Client {{/if}}