make filters consistent for localhost.loki

pull/1693/head
Jeff Becker 3 years ago
parent 30848165e7
commit 383312a74d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -209,8 +209,8 @@ class Monitor:
paths = status["paths"]
self.win.addstr("paths: {}".format(len(paths)))
for path in paths:
if self.path_filter('inbound'):
y_pos = self._render_path(y_pos, path, "inbound")
if self.path_filter('localhost.loki'):
y_pos = self._render_path(y_pos, path, "localhost.loki")
for session in (status["remoteSessions"] or []):
for path in session["paths"]:
if self.path_filter(session["remoteIdentity"]):

Loading…
Cancel
Save