From: Michael Tremer Date: Tue, 11 Feb 2025 18:54:19 +0000 (+0000) Subject: jobs: Split the icon into a separate element X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65815c248585dbd546418688eb3eca1c5c972983;p=pbs.git jobs: Split the icon into a separate element Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/macros.html b/src/templates/jobs/macros.html index 935b9c68..b27e49dd 100644 --- a/src/templates/jobs/macros.html +++ b/src/templates/jobs/macros.html @@ -188,33 +188,31 @@ - - {% if job.is_running() %} - - - - {% elif job.is_queued() %} - - - - {% elif job.has_failed() %} - - - - {% elif job.is_aborted() %} - - - - {% elif job.has_finished() %} - - - - {% endif %} - - - {{ job }} + {% if job.is_running() %} + + - + {% elif job.is_queued() %} + + + + {% elif job.has_failed() %} + + + + {% elif job.is_aborted() %} + + + + {% elif job.has_finished() %} + + + + {% endif %} + + + + {{ job }}