2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 06:16:29 +00:00

Display inherited rows a bit differenter

This commit is contained in:
Oliver Walters
2021-02-17 22:25:43 +11:00
parent 5b402b6bc0
commit 1eb2456e3d
3 changed files with 23 additions and 11 deletions

View File

@ -72,11 +72,9 @@
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar="#button-toolbar" id='bom-table'>
<table class='table table-bom table-condensed' data-toolbar="#button-toolbar" id='bom-table'>
</table>
<table class='table table-striped table-condensed' id='test-table'></table>
{% endblock %}
{% block js_load %}