Merge pull request #17796 from clxswalther/db-table-index

Fix #17534 - Move tbody tag out of for loop in DBtable's index-table
This commit is contained in:
Maurício Meneghini Fauth 2022-10-18 13:45:27 -03:00 committed by GitHub
commit 58857592fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}