From: Michael Tremer Date: Mon, 15 May 2023 16:58:06 +0000 (+0000) Subject: jobs: Always sort before showing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10124a45a5897cec34c04723f40d0564d9cf64ed;p=pbs.git jobs: Always sort before showing Signed-off-by: Michael Tremer --- diff --git a/src/templates/jobs/modules/list.html b/src/templates/jobs/modules/list.html index eb8a9899..c1a3d240 100644 --- a/src/templates/jobs/modules/list.html +++ b/src/templates/jobs/modules/list.html @@ -1,4 +1,4 @@ -{% for job in jobs %} +{% for job in sorted(jobs) %} {% set build = job.build %}