From: Michael Tremer Date: Thu, 13 Feb 2025 15:36:41 +0000 (+0000) Subject: jobs: Put the most recent job at the top X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b695c7296ce38eb5a9691b0082141f86a9afffb8;p=pbs.git jobs: Put the most recent job at the top Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/index.html b/src/templates/jobs/index.html index 457f3f18..c4e752a6 100644 --- a/src/templates/jobs/index.html +++ b/src/templates/jobs/index.html @@ -40,7 +40,7 @@
{# Render all jobs #} - {% for date, items in jobs | groupby("date") %} + {% for date, items in jobs | groupby("date") | reverse %}

{{ date | format_day }}