Adds data toolbar
This commit is contained in:
parent
d3b9adc87a
commit
136fc67675
|
|
@ -65,7 +65,9 @@
|
|||
<h4>{% trans "Completed Shipments" %}</h4>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue