mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Sort by id
This commit is contained in:
parent
94f4f304ce
commit
d4453fd994
@ -38,7 +38,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="inputs">
|
||||
{% for input in job.inputs|sort(attribute="filename") %}
|
||||
{% for input in job.inputs|sort(attribute="id", reverse=true) %}
|
||||
<tr>
|
||||
<td id="input-{{ input.id }}-filename">{{ input.filename }}</td>
|
||||
<td id="input-{{ input.id }}-download">
|
||||
|
Loading…
Reference in New Issue
Block a user