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

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

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

No Matches

No allocations match the term {{searchTerm}}

{{else}}

No Allocations

No allocations have been placed.

{{/if}} {{/if}}
{{#if 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}}