diff --git a/app/templates/jobs/job.html.j2 b/app/templates/jobs/job.html.j2 index 70a8e935..63a1874e 100644 --- a/app/templates/jobs/job.html.j2 +++ b/app/templates/jobs/job.html.j2 @@ -38,7 +38,7 @@
- {% for input in job.inputs %} + {% for input in job.inputs|sort(attribute="id", reverse=true) %}