mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change fingerprint icon to barcode
This commit is contained in:
parent
a58e2e84f8
commit
d57fed6142
@ -98,7 +98,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item.uid %}
|
{% if item.uid %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fas fa-fingerprint'></span></td>
|
<td><span class='fas fa-barcode'></span></td>
|
||||||
<td>{% trans "Unique Identifier" %}</td>
|
<td>{% trans "Unique Identifier" %}</td>
|
||||||
<td>{{ item.uid }}</td>
|
<td>{{ item.uid }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user