Change fingerprint icon to barcode

This commit is contained in:
Oliver Walters 2020-04-15 00:30:00 +10:00
parent a58e2e84f8
commit d57fed6142

View File

@ -98,7 +98,7 @@
{% endif %}
{% if item.uid %}
<tr>
<td><span class='fas fa-fingerprint'></span></td>
<td><span class='fas fa-barcode'></span></td>
<td>{% trans "Unique Identifier" %}</td>
<td>{{ item.uid }}</td>
</tr>