]> git.ipfire.org Git - pbs.git/commitdiff
jobs: Always sort before showing
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 May 2023 16:58:06 +0000 (16:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 May 2023 16:58:06 +0000 (16:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/jobs/modules/list.html

index eb8a98990632801f0bcc71541a2c4dcfa3aa7821..c1a3d2403389e6a2f1cb9888ebb592ff0d756254 100644 (file)
@@ -1,4 +1,4 @@
-{% for job in jobs %}
+{% for job in sorted(jobs) %}
        {% set build = job.build %}
 
        <div class="block">