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:
commit
58857592fd
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user