Change fingerprint icon to barcode
This commit is contained in:
parent
a58e2e84f8
commit
d57fed6142
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue