Overhaul console layout. Add <h1> header to most pages. Etc.
This commit is contained in:
@ -29,7 +29,6 @@ public class StatsGenerator {
|
||||
|
||||
public void generateStatsPage(Writer out) throws IOException {
|
||||
StringBuffer buf = new StringBuffer(16*1024);
|
||||
buf.append("<h1>Router statistics</h1><hr />");
|
||||
buf.append("<form action=\"/oldstats.jsp\">");
|
||||
buf.append("<select name=\"go\" onChange='location.href=this.value'>");
|
||||
out.write(buf.toString());
|
||||
|
Reference in New Issue
Block a user