[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
|
@ -324,6 +324,8 @@
|
||||||
{ name: 'ratio', type: 'float' },
|
{ name: 'ratio', type: 'float' },
|
||||||
{ name: 'distributed_copies', type: 'float' },
|
{ name: 'distributed_copies', type: 'float' },
|
||||||
{ name: 'time_added', type: 'int' },
|
{ name: 'time_added', type: 'int' },
|
||||||
|
{ name: 'last_seen_complete', type: 'int' },
|
||||||
|
{ name: 'completed_time', type: 'int' },
|
||||||
{ name: 'tracker_host' },
|
{ name: 'tracker_host' },
|
||||||
{ name: 'download_location' },
|
{ name: 'download_location' },
|
||||||
{ name: 'total_done', type: 'int' },
|
{ name: 'total_done', type: 'int' },
|
||||||
|
|
Loading…
Reference in New Issue