From 2e1adbc83e42c2b2e37263bbc6b7c70341510d43 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 17 Jun 2020 00:20:29 -0700 Subject: [PATCH] Add the min/max and policy y/n of a task group to the details ribbon --- ui/app/templates/jobs/job/task-group.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/app/templates/jobs/job/task-group.hbs b/ui/app/templates/jobs/job/task-group.hbs index b2fce7371..3fb6d1ef3 100644 --- a/ui/app/templates/jobs/job/task-group.hbs +++ b/ui/app/templates/jobs/job/task-group.hbs @@ -18,6 +18,14 @@ 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}}