Show device serial in backend

This commit is contained in:
Raphael Michel
2020-09-09 16:30:14 +02:00
parent b7754d8737
commit d703eeb770

View File

@@ -50,6 +50,8 @@
{% if d.revoked %}<del>{% endif %}
{{ d.name }}
{% if d.revoked %}</del>{% endif %}
<br>
<small>{{ d.unique_serial }}</small>
</td>
<td>
{{ d.hardware_brand|default_if_none:"" }} {{ d.hardware_model|default_if_none:"" }}