mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
Add a buttony-boy
(cherry picked from commit 69ac5d870a2f1bc9589cd9b23212d3b51cf92c80)
This commit is contained in:
parent
2c969ef1c6
commit
f4e71d6055
@ -16,6 +16,9 @@
|
|||||||
<button class='btn btn-default btn-glyph' id='location-create' title='Create new stock location'>
|
<button class='btn btn-default btn-glyph' id='location-create' title='Create new stock location'>
|
||||||
<span class='glyphicon glyphicon-plus'/>
|
<span class='glyphicon glyphicon-plus'/>
|
||||||
</button>
|
</button>
|
||||||
|
<button class='btn btn-default btn-glyph' id='location-export' title='Export Stock Data'>
|
||||||
|
<span class='glyphicon glyphicon-download-alt'></span>
|
||||||
|
</button>
|
||||||
{% if location %}
|
{% if location %}
|
||||||
{% include "qr_button.html" %}
|
{% include "qr_button.html" %}
|
||||||
<button class='btn btn-default btn-glyph' id='location-count' title='Count stock items'>
|
<button class='btn btn-default btn-glyph' id='location-count' title='Count stock items'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user