forked from I2P_Developers/i2p.i2p
Console: Hide dead tunnel pools on /tunnels
This commit is contained in:
@ -14,7 +14,7 @@ public class ConfigTunnelsHelper extends HelperBase {
|
||||
private static final String HOPS = ngettext("1 hop", "{0} hops");
|
||||
private static final String TUNNELS = ngettext("1 tunnel", "{0} tunnels");
|
||||
|
||||
private static final String PROP_ADVANCED = "routerconsole.advanced";
|
||||
static final String PROP_ADVANCED = "routerconsole.advanced";
|
||||
|
||||
public String getForm() {
|
||||
StringBuilder buf = new StringBuilder(1024);
|
||||
|
Reference in New Issue
Block a user