Skip to content
Snippets Groups Projects
Commit 94f4f304 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Sort input files

parent fe9364e8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
</tr>
</thead>
<tbody id="inputs">
{% for input in job.inputs %}
{% for input in job.inputs|sort(attribute="filename") %}
<tr>
<td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
<td id="input-{{ input.id }}-download">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment