From 2bf8945e02a5cb9b5648688b7acbb27243980a2a Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 17 Oct 2017 17:52:31 -0700 Subject: [PATCH] Use the right footer pagination styles on task group page --- ui/app/templates/jobs/job/task-group.hbs | 26 +++++++++++------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/ui/app/templates/jobs/job/task-group.hbs b/ui/app/templates/jobs/job/task-group.hbs index 6d010d199..8f86fb8a2 100644 --- a/ui/app/templates/jobs/job/task-group.hbs +++ b/ui/app/templates/jobs/job/task-group.hbs @@ -64,7 +64,8 @@ {{#list-table source=p.list sortProperty=sortProperty - sortDescending=sortDescending as |t|}} + sortDescending=sortDescending + class="with-foot" as |t|}} {{#t.head}} {{#t.sort-by prop="shortId"}}ID{{/t.sort-by}} {{#t.sort-by prop="modifyIndex" title="Modify Index"}}Modified{{/t.sort-by}} @@ -78,19 +79,16 @@ {{allocation-row allocation=row.model context="job" onClick=(action "gotoAllocation" row.model)}} {{/t.body}} {{/list-table}} - +
+ +
{{else}}