Visual style for build

This commit is contained in:
Oliver Walters 2019-06-19 08:03:39 +10:00
parent afcbd73026
commit 776ca7db12
4 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,7 @@
<h4>Required Parts</h4>
<hr>
<div id='#build-item-toolbar'>
<div id='build-item-toolbar'>
<div class='btn-group'>
<button class='btn btn-primary' type='button' id='btn-allocate' title='Allocate Stock'>Allocate</button>
<button class='btn btn-primary' type='button' id='btn-order-parts' title='Order Parts'>Order Parts</button>

View File

@ -7,6 +7,8 @@
<h4>Build Details</h4>
<hr>
<table class='table table-striped'>
<tr>
<td>Title</td><td>{{ build.title }}</td>

View File

@ -5,6 +5,4 @@
<li{% if tab == 'allocate' %} class='active'{% endif %}>
<a href="{% url 'build-allocate' build.id %}">Parts</a>
</li>
</ul>
<br>
</ul>

View File

@ -19,8 +19,6 @@
</div>
</div>
<hr>
<table class='table table-striped table-condensed' id='part-table' data-toolbar='#button-toolbar'>
</table>