Update icons of device buttons
This commit is contained in:
parent
8ea8fba201
commit
c9068385c3
|
@ -241,7 +241,7 @@
|
||||||
{{ f }}
|
{{ f }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<a href="javascript:$('#print_labels').submit()" class="dropdown-item">
|
<a href="javascript:$('#print_labels').submit()" class="dropdown-item">
|
||||||
<i class="bi bi-x"></i>
|
<i class="bi bi-printer"></i>
|
||||||
Print labels
|
Print labels
|
||||||
</a>
|
</a>
|
||||||
</form>
|
</form>
|
||||||
|
@ -261,7 +261,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ url_for('inventory.upload_snapshot') }}" class="dropdown-item">
|
<a href="{{ url_for('inventory.upload_snapshot') }}" class="dropdown-item">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<i class="bi bi-plus"></i>
|
<i class="bi bi-upload"></i>
|
||||||
Upload a new Snapshot
|
Upload a new Snapshot
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in New Issue