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

Skip to content
Snippets Groups Projects
Commit 5a6e14b9 authored by z3d's avatar z3d
Browse files

Add a static image to the local destinations

status of local destinations; zzz to add server/client logic.
; 
parent 81b2e6b7
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ public class SummaryHelper extends HelperBase {
Destination client = (Destination)iter.next();
String name = getName(client);
buf.append("<tr><td align=\"right\"><b>*</b></td>");
buf.append("<tr><td align=\"right\"><b><img src=\"/themes/console/images/server.png\" alt=\"Server\" title=\"hello zzz!\"></td>");
buf.append("<td align=\"left\"><a href=\"tunnels.jsp#").append(client.calculateHash().toBase64().substring(0,4));
buf.append("\" target=\"_top\" title=\"Show tunnels\">");
if (name.length() < 16)
......
installer/resources/themes/console/images/client.png

612 B

installer/resources/themes/console/images/server.png

530 B

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