From: Michael Tremer Date: Fri, 8 Sep 2023 14:53:15 +0000 (+0000) Subject: jobs: Show when jobs have been aborted in queue X-Git-Url: http://git.ipfire.org/?p=pbs.git;a=commitdiff_plain;h=abeb4845b4e01bca0849951b29ee8e53a9bebc27 jobs: Show when jobs have been aborted in queue Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/modules/queue.html b/src/templates/jobs/modules/queue.html index a62aecc..2f6e644 100644 --- a/src/templates/jobs/modules/queue.html +++ b/src/templates/jobs/modules/queue.html @@ -15,6 +15,10 @@ + {% elif job.is_aborted() %} + + + {% elif job.has_finished() %}