mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix sorting [skip ci]
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<table class="table table-bordered table-striped sortable">
|
<table class="table table-bordered table-striped sortable">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-defaultsort="disabled"> </th>
|
<th data-defaultsort="disabled"> </th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
@@ -10,7 +11,8 @@
|
|||||||
<th>Will be automatched</th>
|
<th>Will be automatched</th>
|
||||||
<th>Repeats every</th>
|
<th>Repeats every</th>
|
||||||
<th data-defaultsort="disabled"> </th>
|
<th data-defaultsort="disabled"> </th>
|
||||||
</tr>
|
</tr></thead>
|
||||||
|
<tbody>
|
||||||
{% for entry in bills %}
|
{% for entry in bills %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@@ -81,4 +83,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user