forked from I2P_Developers/i2p.i2p
/netdb: Fix UI bug with unpublished LeaseSets
This commit is contained in:
@ -327,7 +327,7 @@ class NetDbRenderer {
|
||||
if (!unpublished) {
|
||||
host = _context.namingService().reverseLookup(dest);
|
||||
}
|
||||
if (host != null) {
|
||||
if (unpublished || host != null) {
|
||||
buf.append(" colspan=\"2\"");
|
||||
}
|
||||
buf.append(">");
|
||||
|
@ -9,6 +9,7 @@
|
||||
center to separator for multi-value rows)
|
||||
- Enhance presentation of tables on /tunnels (reliable alignment of mixed
|
||||
content in rows, more prominence to bandwidth tiers)
|
||||
- /netdb: Fix UI bug with unpublished LeaseSets
|
||||
* I2PSnark:
|
||||
- Usability: add tabindex="0" to screenlog
|
||||
- Update navbar link classes to allow easier targetting of button type
|
||||
|
Reference in New Issue
Block a user