Move tbody tag out of for loop in DBtable's index-table

Signed-off-by: Sebastian Walther <swalther@complex-it.de>
This commit is contained in:
Sebastian Walther 2022-10-14 21:39:35 +02:00 committed by William Desportes
parent dcdbcc019b
commit e686d90f87
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -467,8 +467,8 @@
</tr>
</thead>
<tbody class="row_span">
{% for index in indexes %}
<tbody class="row_span">
{% set columns_count = index.getColumnCount() %}
<tr class="noclick">
<td rowspan="{{ columns_count }}" class="edit_index d-print-none ajax">
@ -534,8 +534,8 @@
{% endif %}
</tr>
{% endfor %}
</tbody>
{% endfor %}
{% endfor %}
</tbody>
</table>
</div>
{% else %}