move spinner to bottom row
This commit is contained in:
parent
97d2cccd73
commit
2d3494c8ce
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user