I2PSnark backend layout/style tweaks

This commit is contained in:
str4d
2017-03-06 04:43:19 +00:00
parent 6151480ee6
commit 25b03979d5
2 changed files with 45 additions and 45 deletions

View File

@@ -160,7 +160,7 @@ public class Peer implements Comparable<Peer>
if (state != null) {
String r = state.getRequests();
if (r != null)
return sock.toString() + "<br>Requests: " + r;
return sock.toString() + "<br><b>Requests:</b> <span class=\"debugRequests\">" + r + "</span>";
}
return sock.toString();
}