{{title "Task group " this.model.name " - Job " this.model.job.name}}

{{this.model.name}}
{{#if this.model.scaling}} Count {{/if}}

Task Group Details # Tasks {{this.model.tasks.length}} Reserved CPU {{this.model.reservedCPU}} MHz Reserved Memory {{this.model.reservedMemory}} MiB Reserved Disk {{this.model.reservedEphemeralDisk}} MiB {{#if this.model.scaling}} Count Range {{this.model.scaling.min}} to {{this.model.scaling.max}} Scaling Policy? {{if this.model.scaling.policy "Yes" "No"}} {{/if}}
Allocation Status {{this.allocations.length}}
    {{#each chart.data as |datum index|}}
  1. {{datum.value}} {{datum.label}}
  2. {{/each}}
Allocations
{{#if this.sortedAllocations}} ID Created Modified Status Version Client Volume CPU Memory
{{else}} {{#if this.allocations.length}}

No Matches

No allocations match the term {{this.searchTerm}}

{{else}}

No Allocations

No allocations have been placed.

{{/if}} {{/if}}
{{#if this.model.scaleState.isVisible}} {{#if this.shouldShowScaleEventTimeline}}
Scaling Timeline
{{/if}}
Recent Scaling Events
{{/if}} {{#if this.model.volumes.length}}
Volume Requirements
Name Type Source Permissions {{#if row.model.isCSI}} {{row.model.name}} {{else}} {{row.model.name}} {{/if}} {{row.model.type}} {{row.model.source}} {{if row.model.readOnly "Read" "Read/Write"}}
{{/if}}