Fix for Up Speed column not sorting in Webui

This commit is contained in:
Calum Lind 2012-03-10 13:15:45 +00:00
parent bb89a355e5
commit 217087a2fe

View File

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