Visual fix for allocation tab

This commit is contained in:
Oliver Walters 2020-02-02 12:16:31 +11:00
parent 1bdcbd1974
commit f88f5a39f8

View File

@ -3,10 +3,8 @@
{% include "part/tabs.html" with tab="allocation" %} {% include "part/tabs.html" with tab="allocation" %}
<h3>Part Allocation</h3> <h4>Part Allocation</h4>
{% if part.allocated_build_count > 0 %}
<h4>Allocated to Part Builds</h4>
<table class='table table-striped table-condensed' id='build-table'> <table class='table table-striped table-condensed' id='build-table'>
<tr> <tr>
<th>Build</th> <th>Build</th>
@ -23,7 +21,6 @@
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
{% endif %}
{% endblock %} {% endblock %}