Fixed table header

This commit is contained in:
FrederikBaerentsen 2024-02-29 09:28:30 -05:00
parent 68a8eb71c1
commit 88898e0361

View File

@ -5,14 +5,16 @@
<thead>
<tr>
<th>img</th>
<th>part.element_id</th>
<th>part.part_num</th>
<th>part.name</th>
<th>element_id</th>
<th>part_num</th>
<th>name</th>
<th>color.id</th>
<th>color.name</th>
<th>part.quantity</th>
<th>part.is_spare</th>
<th>Missing?</th>
<th>color</th>
<th>qty</th>
<th>is_spare</th>
{% for i in json_file['unit'] %}
<th>Missing?</th>
{% endfor %}
</tr>
</thead>
<tbody>