mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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">
|
<table class="table table-hover sortable table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-defaultsort="disabled" colspan="2">{{ 'category'|_ }}</th>
|
<th data-defaultsign="az" colspan="2">{{ 'category'|_ }}</th>
|
||||||
{% for period in periods %}
|
{% for period in periods %}
|
||||||
<th data-defaultsort="disabled">{{ period }}</th>
|
<th data-defaultsign="_19">{{ period }}</th>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<th data-defaultsort="disabled">{{ 'sum'|_ }}</th>
|
<th data-defaultsign="_19">{{ 'sum'|_ }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user