mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[WebUI] Fixed 'Complete Seen' and 'Completed' sorting
Closes: https://github.com/deluge-torrent/deluge/pull/384
This commit is contained in:
parent
ee3180fd94
commit
d7c520c85e
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,8 @@
|
|||
{ name: 'ratio', type: 'float' },
|
||||
{ name: 'distributed_copies', type: 'float' },
|
||||
{ name: 'time_added', type: 'int' },
|
||||
{ name: 'last_seen_complete', type: 'int' },
|
||||
{ name: 'completed_time', type: 'int' },
|
||||
{ name: 'tracker_host' },
|
||||
{ name: 'download_location' },
|
||||
{ name: 'total_done', type: 'int' },
|
||||
|
|
Loading…
Add table
Reference in a new issue