mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +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…
x
Reference in New Issue
Block a user