diff --git a/apps/routerconsole/jsp/summaryframe.jsp b/apps/routerconsole/jsp/summaryframe.jsp index 9dfe9da502b7897e38141fd75f02bc7bfb1b9aca..705b8adc91ef2fdd6618e7d2983811c66238dfb8 100644 --- a/apps/routerconsole/jsp/summaryframe.jsp +++ b/apps/routerconsole/jsp/summaryframe.jsp @@ -54,7 +54,7 @@ <% // d and shutdownSoon defined above if (!shutdownSoon) { - out.print("<br><p><form action=\"summaryframe.jsp\" method=\"GET\">\n"); + out.print("<hr><p><form action=\"summaryframe.jsp\" method=\"GET\">\n"); if ("0".equals(d)) { out.print("<b>Refresh (s):<b> <input size=\"3\" type=\"text\" name=\"refresh\" value=\"60\" align=\"right\" />\n"); out.print("<button type=\"submit\">Enable</button>\n"); @@ -63,7 +63,7 @@ out.print("<input type=\"hidden\" name=\"refresh\" value=\"0\" />\n"); out.print("<button type=\"submit\">Disable " + d + "s Refresh</button>\n"); } - out.print("</form></p><br>\n"); + out.print("</form></p><hr>\n"); } %> </div></body></html> diff --git a/apps/routerconsole/jsp/summarynoframe.jsp b/apps/routerconsole/jsp/summarynoframe.jsp index 6fc596011913683a528747316943e15b6231f29d..40b5ec7126792a790d9ef94755955d86bd93286a 100644 --- a/apps/routerconsole/jsp/summarynoframe.jsp +++ b/apps/routerconsole/jsp/summarynoframe.jsp @@ -128,6 +128,4 @@ <tr><td align="left"><b>Message delay:</b></td><td align="right"><jsp:getProperty name="helper" property="messageDelay" /></td></tr> <tr><td align="left"><b>Tunnel lag:</b></td><td align="right"><jsp:getProperty name="helper" property="tunnelLag" /></td></tr> <tr><td align="left"><b>Backlog:</b></td><td align="right"><jsp:getProperty name="helper" property="inboundBacklog" /></td></tr> -</table><hr><table title="Router tunnel build status."> -<tr><td align="center"><h4><jsp:getProperty name="helper" property="tunnelStatus" /></h4></td></tr> -</table><hr><jsp:getProperty name="helper" property="destinations" /> +</table><hr><h4><jsp:getProperty name="helper" property="tunnelStatus" /></h4><hr><jsp:getProperty name="helper" property="destinations" />