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

Some more changes

This commit is contained in:
Oliver Walters
2019-06-19 08:09:05 +10:00
parent 776ca7db12
commit 05a5ab222d
2 changed files with 17 additions and 20 deletions

View File

@ -8,20 +8,15 @@ InvenTree | Supplier List
{% block content %}
<div class='row'>
<div class='col-sm-6'>
<h3>Supplier List</h3>
</div>
<div class='col-sm-6'>
<div class='container' id='active-build-toolbar' style='float: right;'>
<div class='btn-group' style='float: right;'>
<button type='button' class="btn btn-success" id='new-company' title='Add new supplier'>New Supplier</button>
</div>
</div>
<h3>Supplier List</h3>
<hr>
<div id='button-toolbar'>
<div class='btn-group'>
<button type='button' class="btn btn-success" id='new-company' title='Add new supplier'>New Supplier</button>
</div>
</div>
<hr>
<table class='table table-striped' id='company-table' data-toolbar='#button-toolbar'>
</table>