From 6f2e16cb2ad166c09bf278a6d98c4f64d20adeb1 Mon Sep 17 00:00:00 2001 From: Jai Bhagat Date: Mon, 3 Jan 2022 11:33:47 -0500 Subject: [PATCH] chore: prettify task-groups template --- .../components/job-page/parts/task-groups.hbs | 39 +++++++++++++------ 1 file changed, 28 insertions(+), 11 deletions(-) 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