mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes overview - sort by length
This commit is contained in:
parent
364ccc1691
commit
28bc6ccde6
3 changed files with 7 additions and 5 deletions
|
|
@ -5522,7 +5522,9 @@
|
|||
<div data-tip="Click to sort by route group" class="sortable alphabetically" data-sortby="group">
|
||||
Group
|
||||
</div>
|
||||
<div data-tip="Click to sort by route length" class="sortable" data-sortby="length">Length </div>
|
||||
<div data-tip="Click to sort by route length" class="sortable icon-sort-number-down" data-sortby="length">
|
||||
Length
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routesBody" class="table"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue