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