SU3 News: Tweaks after testing

Console /debug: Move DHT section to bottom
This commit is contained in:
zzz
2014-10-29 15:34:52 +00:00
parent 60d9c1651a
commit a1fdd41b0e
3 changed files with 18 additions and 16 deletions

View File

@ -21,12 +21,6 @@
*/
net.i2p.router.RouterContext ctx = (net.i2p.router.RouterContext) net.i2p.I2PAppContext.getGlobalContext();
/*
* Print out the status for the NetDB
*/
out.print("<h2>Router DHT</h2>");
ctx.netDb().renderStatusHTML(out);
/*
* Print out the status for the UpdateManager
*/
@ -58,5 +52,12 @@
skm.renderStatusHTML(out);
}
}
/*
* Print out the status for the NetDB
*/
out.print("<h2>Router DHT</h2>");
ctx.netDb().renderStatusHTML(out);
%>
</div></body></html>