mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adds data toolbar
This commit is contained in:
parent
d3b9adc87a
commit
136fc67675
@ -65,7 +65,9 @@
|
|||||||
<h4>{% trans "Completed Shipments" %}</h4>
|
<h4>{% trans "Completed Shipments" %}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class='panel-content'>
|
<div class='panel-content'>
|
||||||
<table class='table table-striped table-condensed' id='completed-shipments-table'></table>
|
<div id='completed-shipment-toolbar' class='btn-group' style='float: right;'>
|
||||||
|
</div>
|
||||||
|
<table class='table table-striped table-condensed' id='completed-shipments-table' data-toolbar='#completed-shipment-toolbar'></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user