mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix for Up Speed column not sorting in Webui
This commit is contained in:
parent
068ba7bc6f
commit
17d12fbaf2
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@
|
|||
{name: 'num_peers', type: 'int'},
|
||||
{name: 'total_peers', type: 'int'},
|
||||
{name: 'download_payload_rate', type: 'int'},
|
||||
{name: 'upload_payload_speed', type: 'int'},
|
||||
{name: 'upload_payload_rate', type: 'int'},
|
||||
{name: 'eta', type: 'int', sortType: etaSorter},
|
||||
{name: 'ratio', type: 'float'},
|
||||
{name: 'distributed_copies', type: 'float'},
|
||||
|
|
Loading…
Add table
Reference in a new issue