mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Fixed sort
This commit is contained in:
parent
07c57cc640
commit
06ff450d31
@ -1,11 +1,11 @@
|
||||
<table class="table table-hover sortable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-defaultsort="disabled" colspan="2">{{ 'category'|_ }}</th>
|
||||
<th data-defaultsign="az" colspan="2">{{ 'category'|_ }}</th>
|
||||
{% for period in periods %}
|
||||
<th data-defaultsort="disabled">{{ period }}</th>
|
||||
<th data-defaultsign="_19">{{ period }}</th>
|
||||
{% endfor %}
|
||||
<th data-defaultsort="disabled">{{ 'sum'|_ }}</th>
|
||||
<th data-defaultsign="_19">{{ 'sum'|_ }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -43,4 +43,4 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user