2005-04-30 jrandom

* Added a small new page to the web console (/peers.jsp) which contains
      the peer connection information.  This will be cleaned up a lot more
      before 0.6 is out, but its a start.
This commit is contained in:
jrandom
2005-05-01 00:48:15 +00:00
committed by zzz
parent 0fbe84e9f0
commit b5ad7642bc
6 changed files with 78 additions and 14 deletions

View File

@@ -33,7 +33,7 @@
}
%><hr />
<u><b>Peers</b></u><br />
<u><b><a href="peers.jsp">Peers</a></b></u><br />
<b>Active:</b> <jsp:getProperty name="helper" property="activePeers" />/<jsp:getProperty name="helper" property="activeProfiles" /><br />
<b>Fast:</b> <jsp:getProperty name="helper" property="fastPeers" /><br />
<b>High capacity:</b> <jsp:getProperty name="helper" property="highCapacityPeers" /><br />