move spinner to bottom row

This commit is contained in:
Manuel Gugger 2022-08-01 15:19:31 +02:00
parent 97d2cccd73
commit 2d3494c8ce

View File

@ -33,7 +33,6 @@
<tr> <tr>
<th> <th>
<input type="checkbox" onclick="checkAll(this)"> <input type="checkbox" onclick="checkAll(this)">
<!-- <div class="htmx-indicator">{% include "spinner.svg" %}</div>-->
</th> </th>
<th>{{ view_model.primary_key | title }}</th> <th>{{ view_model.primary_key | title }}</th>
{% for model_field in view_model.fields -%} {% for model_field in view_model.fields -%}
@ -80,7 +79,7 @@
<div class="grid"> <div class="grid">
<div></div> <div></div>
<div></div> <div></div>
<div></div> <div class="htmx-indicator">{% include "spinner.svg" %}</div>
<div> <div>
<form> <form>
<input type="hidden" value="{{ search }}" name="search"> <input type="hidden" value="{{ search }}" name="search">