From: Michael Tremer Date: Wed, 12 Feb 2025 18:18:36 +0000 (+0000) Subject: jobs: Show dependency problems X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fafed3633c04dda13070338e178e5ef475626ee;p=pbs.git jobs: Show dependency problems Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/macros.html b/src/templates/jobs/macros.html index 492fbd6e..bbeb1c8c 100644 --- a/src/templates/jobs/macros.html +++ b/src/templates/jobs/macros.html @@ -36,7 +36,7 @@ {# Dependency Problems #} {% elif job.is_pending(installcheck=False) %} - + {# Pending #} {% elif job.is_pending() %} @@ -113,6 +113,20 @@ {{ _("Finished %s") % job.finished_at | format_date(shorter=True) }}

+ + {# Dependency Problems #} + {% elif job.is_pending(installcheck=False) %} +

+ +

+ +

{% endif %}