mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 12:44:15 +01:00
(trunk web) #4438 "Add tooltip for peer status in web interface" -- patch by niol
This commit is contained in:
@@ -1361,7 +1361,7 @@ Transmission.prototype =
|
||||
'<td>', (peer.rateToPeer ? fmt.speedBps(peer.rateToPeer) : ''), '</td>',
|
||||
'<td>', (peer.rateToClient ? fmt.speedBps(peer.rateToClient) : ''), '</td>',
|
||||
'<td class="percentCol">', Math.floor(peer.progress*100), '%', '</td>',
|
||||
'<td>', peer.flagStr, '</td>',
|
||||
'<td>', fmt.peerStatus(peer.flagStr), '</td>',
|
||||
'<td>', peer.address, '</td>',
|
||||
'<td class="clientCol">', peer.clientName, '</td>',
|
||||
'</tr>');
|
||||
|
||||
Reference in New Issue
Block a user