mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-29 09:49:20 +00:00
Console: use clientOnly flag from caller when displaying client netDbs
This commit is contained in:
@@ -360,7 +360,7 @@ public class NetDbHelper extends FormHandler {
|
||||
renderer.renderStatusHTML(_out, _limit, _page, _full, null, true);
|
||||
} else if (_clientOnly && client == null) {
|
||||
for (String _client : _context.netDb().getClients()) {
|
||||
renderer.renderLeaseSetHTML(_out, _debug, _client, _clientOnly);
|
||||
renderer.renderLeaseSetHTML(_out, _debug, _client, clientOnly);
|
||||
}
|
||||
} else {
|
||||
if (_full == 0 && _sort != null)
|
||||
|
||||
Reference in New Issue
Block a user