update dashboard to show time and username

time instead of datetime, username instead of user ID
This commit is contained in:
2022-09-09 12:35:20 +02:00
parent 876d020a69
commit 8622ad0931
2 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -22,9 +22,9 @@
</thead>
{% for row in queue %}
<tbody>
<td>{{ row[0].time() }}</td>
<td>{{ row[1] }}</td>
<td>{{ row[2] }}</td>
<td>{{ row[3] }}</td>
</tbody>
{% endfor %}
</table>