2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Move "Export" button onto stock table

This commit is contained in:
Oliver Walters
2019-09-08 23:40:51 +10:00
parent e81a4ffacd
commit 3d5542181a
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,6 @@
<div id='button-toolbar'>
<div class='button-toolbar container-fluid' style='float: right;'>
<button class='btn btn-success' id='stock-export' title='Export Stock Information'>Export</button>
{% if not part or part.is_template == False %}
<button class="btn btn-success" id='item-create'>New Stock Item</button>
{% endif %}