mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 03:48:41 +00:00
(web) Left out some stuff from the last commit
This commit is contained in:
@@ -1428,7 +1428,7 @@ Transmission.prototype =
|
||||
html += '<td class="percentCol">' + Math.floor(peer.progress*100) + '%' + '</td>';
|
||||
html += '<td>' + peer.flagStr + '</td>';
|
||||
html += '<td>' + peer.address + '</td>';
|
||||
html += '<td>' + peer.clientName + '</td>';
|
||||
html += '<td class="clientCol">' + peer.clientName + '</td>';
|
||||
html += '</tr>';
|
||||
}
|
||||
html += '</table></div>';
|
||||
|
||||
Reference in New Issue
Block a user