From: Michael Tremer Date: Tue, 1 Aug 2023 15:52:39 +0000 (+0000) Subject: jobs: queue: Show status for failed/finished jobs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d60842beafa203ea7bceddf4065f8c67707af1;p=pbs.git jobs: queue: Show status for failed/finished jobs Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/modules/queue.html b/src/templates/jobs/modules/queue.html index e75d04c8..9bd15208 100644 --- a/src/templates/jobs/modules/queue.html +++ b/src/templates/jobs/modules/queue.html @@ -7,6 +7,10 @@ {% elif job.is_queued() %} + {% elif job.has_failed() %} + + {% elif job.has_finished() %} + {% end %}