forked from I2P_Developers/i2p.i2p
i2pcontrol: Send translated tunnel status string
This commit is contained in:
@@ -96,7 +96,7 @@ public class RouterInfoHandler implements RequestHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (inParams.containsKey("i2p.router.status")) {
|
if (inParams.containsKey("i2p.router.status")) {
|
||||||
outParams.put("i2p.router.status", _context.throttle().getTunnelStatus());
|
outParams.put("i2p.router.status", _context.throttle().getLocalizedTunnelStatus());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inParams.containsKey("i2p.router.net.status")) {
|
if (inParams.containsKey("i2p.router.net.status")) {
|
||||||
|
Reference in New Issue
Block a user