File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 < h1 class ="page-header page-title ">
66 < a href ="http://${settings.get('transmission_host')}:${settings.get('transmission_port')} " target ="_blank "> ${settings.get('transmission_name', 'Transmission')}</ a >
77 < small >
8- < i class ="icon-arrow-up "> </ i > < span id ="queue_upload "> </ span >
98 < i class ="icon-arrow-down "> </ i > < span id ="queue_download "> </ span >
9+ < i class ="icon-arrow-up "> </ i > < span id ="queue_upload "> </ span >
1010 </ small >
1111 </ h1 >
1212
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ function getTorrents(){
6868
6969 tr . append (
7070 $ ( '<td>' ) . html ( torrent . name
71- + '<br><small><i class="icon-long-arrow-up "></i> ' + getReadableFileSizeString ( torrent . rateUpload )
72- + '/s <i class="icon-long-arrow-down "></i> ' + getReadableFileSizeString ( torrent . rateDownload ) + '/s</small>'
71+ + '<br><small><i class="icon-long-arrow-down "></i> ' + getReadableFileSizeString ( torrent . rateDownload )
72+ + '/s <i class="icon-long-arrow-up "></i> ' + getReadableFileSizeString ( torrent . rateUpload ) + '/s</small>'
7373 ) ,
7474 $ ( '<td>' ) . text ( ratio ) ,
7575 $ ( '<td>' ) . text ( getReadableTime ( torrent . eta ) ) ,
You can’t perform that action at this time.
0 commit comments