Merge branch 'i2p.i2p.2.8.0-fix-leaseSet-display-regressions' into 'master'

I2p.i2p.2.8.0 fix lease set display regressions

See merge request i2p-hackers/i2p.i2p!219
This commit is contained in:
idk
2024-11-26 13:28:46 +00:00

View File

@@ -775,8 +775,6 @@ class NetDbRenderer {
buf.append("</ul></td></tr>\n");
}
buf.append("<tr><td><b>Total Known Remote Leasesets:</b></td><td colspan=\"3\">").append(leases.size()-1).append("</td></tr>\n");
buf.append("</ul></td></tr>\n" +
"</table>\n");
} else {
buf.append("<tr><th colspan=\"3\">Leaseset Summary for Floodfill</th>" +
"<th><a href=\"/configadvanced\" title=\"").append(_t("Manually Configure Floodfill Participation")).append("\">[")