2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Refactor StockItem pages

This commit is contained in:
Oliver
2021-07-15 22:19:13 +10:00
parent b1640fcc23
commit 533a3aa368
10 changed files with 358 additions and 427 deletions

View File

@ -8,7 +8,7 @@
{% authorized_owners location.owner as owners %}
{% endif %}
<div id='button-toolbar'>
<div id='{{ prefix }}button-toolbar'>
<div class='button-toolbar container-fluid' style='float: right;'>
<div class='btn-group'>
<button class='btn btn-default' id='stock-export' title='{% trans "Export Stock Information" %}'>
@ -74,5 +74,5 @@
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='stock-table'>
<table class='table table-striped table-condensed' data-toolbar='#{{ prefix }}button-toolbar' id='{{ prefix }}stock-table'>
</table>