mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Visual fix for allocation tab
This commit is contained in:
parent
1bdcbd1974
commit
f88f5a39f8
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user