admin: order user job by id

This commit is contained in:
nobohan
2022-04-29 22:02:19 +02:00
parent 8d62ce46c6
commit 2263e7be73
3 changed files with 29 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<th>&nbsp;</th>
{% endblock %}
{% block table_entities_tbody %}
{% for entity in entities|sort((a, b) => a.label|localize_translatable_string <=> b.label|localize_translatable_string) %}
{% for entity in entities %}
<tr>
<td>{{ entity.id }}</td>
<td>{{ entity.label|localize_translatable_string }}</td>