(web) Left out some stuff from the last commit

This commit is contained in:
Daniel Lee
2010-08-09 21:05:56 +00:00
parent 595ad6eb2e
commit b5dbdfd25b
2 changed files with 9 additions and 3 deletions

View File

@@ -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>';