feat: routes overview - sort by length

This commit is contained in:
Azgaar 2024-08-01 12:16:44 +02:00
parent 364ccc1691
commit 28bc6ccde6
3 changed files with 7 additions and 5 deletions

View file

@ -5522,7 +5522,9 @@
<div data-tip="Click to sort by route group" class="sortable alphabetically" data-sortby="group">
Group&nbsp;
</div>
<div data-tip="Click to sort by route length" class="sortable" data-sortby="length">Length&nbsp;</div>
<div data-tip="Click to sort by route length" class="sortable icon-sort-number-down" data-sortby="length">
Length&nbsp;
</div>
</div>
<div id="routesBody" class="table"></div>