forked from CGM_Public/pretix_original
Re-order list of devices
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for d in devices %}
|
||||
<tr>
|
||||
<tr {% if d.revoked %}class="text-muted"{% endif %}>
|
||||
<td>
|
||||
{{ d.device_id }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user