* summary bar: Hide ident, provide a tooltip and a link

This commit is contained in:
zzz
2008-06-01 20:14:00 +00:00
parent 0c42e7e4b2
commit 26bb479957
2 changed files with 2 additions and 2 deletions

View File

@ -1038,7 +1038,7 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
String hash = info.getIdentity().getHash().toBase64();
if (isUs) {
buf.append("<a name=\"").append(hash.substring(0, 6)).append("\" />");
buf.append("<b>Our info: </b><br />\n");
buf.append("<a name=\"our-info\" /a><b>Our info (").append(hash).append(") : </b><br />\n");
} else {
buf.append("<a name=\"").append(hash.substring(0, 6)).append("\" />");
buf.append("<b>Peer info for:</b> ").append(hash).append("<br />\n");