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

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

Console: Use same IPv6 checkmark for NTCP and SSU

parent f16981d8
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ public class PeerHelper extends HelperBase { ...@@ -364,7 +364,7 @@ public class PeerHelper extends HelperBase {
buf.append("</td><td class=\"cells\" align=\"center\">").append(outQueue); buf.append("</td><td class=\"cells\" align=\"center\">").append(outQueue);
buf.append("</td><td class=\"cells\" align=\"center\">"); buf.append("</td><td class=\"cells\" align=\"center\">");
if (con.isBacklogged()) if (con.isBacklogged())
buf.append("<span class=\"backlogged\">&#x2714;</span>"); buf.append("<span class=\"backlogged\">&#x2713;</span>");
else else
buf.append("&nbsp;"); buf.append("&nbsp;");
//long readTime = con.getReadTime(); //long readTime = con.getReadTime();
......
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