Sort input files

This commit is contained in:
stephan 2020-03-02 13:52:02 +01:00
parent fe9364e891
commit 94f4f304ce

View File

@ -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">