diff --git a/ui/app/templates/components/job-page/parts/task-groups.hbs b/ui/app/templates/components/job-page/parts/task-groups.hbs index aaeb0f95e..ab228b57c 100644 --- a/ui/app/templates/components/job-page/parts/task-groups.hbs +++ b/ui/app/templates/components/job-page/parts/task-groups.hbs @@ -6,21 +6,38 @@ + @sortDescending={{this.sortDescending}} as |t| + > - Name - Count - Allocation Status - Volume - Reserved CPU - Reserved Memory - Reserved Disk + + Name + + + Count + + + Allocation Status + + + Volume + + + Reserved CPU + + + Reserved Memory + + + Reserved Disk + - + @onClick={{action this.gotoTaskGroup row.model}} + /> - + \ No newline at end of file