I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d6c1202e authored by zzz's avatar zzz
Browse files

summary bar tweak

parent 20452c93
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,7 @@ public class SummaryHelper extends HelperBase {
buf.append("client.png\" alt=\"Client\" title=\"" + _("Client") + "\">");
buf.append("</td><td align=\"left\"><b><a href=\"tunnels#").append(h.toBase64().substring(0,4));
buf.append("\" target=\"_top\" title=\"" + _("Show tunnels") + "\">");
if (name.length() < 16)
if (name.length() < 18)
buf.append(name);
else
buf.append(name.substring(0,15)).append("&hellip;");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment