Re-order list of devices

This commit is contained in:
Raphael Michel
2019-08-12 11:48:50 +02:00
parent 90a9709838
commit 9bdb715874
2 changed files with 4 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
</thead>
<tbody>
{% for d in devices %}
<tr>
<tr {% if d.revoked %}class="text-muted"{% endif %}>
<td>
{{ d.device_id }}
</td>