* Console:

- Remove limiter status from peers.jsp
      - Fix UPnP status header
This commit is contained in:
zzz
2009-10-28 22:12:10 +00:00
parent aeb6635e71
commit e5212937af
6 changed files with 21 additions and 4 deletions

View File

@ -25,7 +25,8 @@ public class PeerHelper extends HelperBase {
public String getPeerSummary() {
try {
_context.commSystem().renderStatusHTML(_out, _urlBase, _sortFlags);
_context.bandwidthLimiter().renderStatusHTML(_out);
// boring and not worth translating
//_context.bandwidthLimiter().renderStatusHTML(_out);
} catch (IOException ioe) {
ioe.printStackTrace();
}