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> <thead>
<tr> <tr>
<th>img</th> <th>img</th>
<th>part.element_id</th> <th>element_id</th>
<th>part.part_num</th> <th>part_num</th>
<th>part.name</th> <th>name</th>
<th>color.id</th> <th>color.id</th>
<th>color.name</th> <th>color</th>
<th>part.quantity</th> <th>qty</th>
<th>part.is_spare</th> <th>is_spare</th>
<th>Missing?</th> {% for i in json_file['unit'] %}
<th>Missing?</th>
{% endfor %}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>