Start of validation cleanup.

This commit is contained in:
z3d
2009-08-17 13:24:08 +00:00
parent f7af5e1329
commit 33a7f3351b
8 changed files with 17 additions and 17 deletions

View File

@ -347,9 +347,9 @@ public class SummaryHelper extends HelperBase {
buf.append("<tr><td align=\"right\"><img src=\"/themes/console/images/");
if (_context.clientManager().shouldPublishLeaseSet(h))
buf.append("server.png\" alt=\"Server\" title=\"Server\" />");
buf.append("server.png\" alt=\"Server\" title=\"Server\">");
else
buf.append("client.png\" alt=\"Client\" title=\"Client\" />");
buf.append("client.png\" alt=\"Client\" title=\"Client\">");
buf.append("</td><td align=\"left\"><b><a href=\"tunnels.jsp#").append(h.toBase64().substring(0,4));
buf.append("\" target=\"_top\" title=\"Show tunnels\">");
if (name.length() < 16)