mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-25 12:04:37 +00:00
Console: Support params on /dns
pass params to the iframe link directly to latest page from susidns bubble
This commit is contained in:
@@ -371,8 +371,14 @@ class SummaryBarRenderer {
|
||||
.append(_t("Manage your I2P hosts file here (I2P domain name resolution)"))
|
||||
.append("\">")
|
||||
.append(nbsp(tx));
|
||||
addBubble(rbuf, PortMapper.SVC_SUSIDNS);
|
||||
rbuf.append("</a>\n");
|
||||
StringBuilder bbuf = new StringBuilder(128);
|
||||
addBubble(bbuf, PortMapper.SVC_SUSIDNS);
|
||||
if (bbuf.length() > 0) {
|
||||
rbuf.append("<a href=\"/dns?book=router&filter=latest\" target=\"_top\">");
|
||||
rbuf.append(bbuf);
|
||||
rbuf.append("</a>\n");
|
||||
}
|
||||
svcs.put(tx, rbuf.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user