Fix for Up Speed column not sorting in Webui

This commit is contained in:
Calum Lind 2012-03-10 13:21:09 +00:00
parent 068ba7bc6f
commit 17d12fbaf2

View File

@ -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'},