Replies: 2 comments
-
I have made some changes in my repo, showing the most recent path only: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @lideming, just cloned your "wip" branch, and members list looks much much better :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In ZeroTier v1.8.5 ztncui started display multi peer connections addresses in the last members column.
The same occurs in ZT v.1.8.6.
Because I don't know completely PUG coding, I found very very dirty workaround on line:
ztncui/src/views/network_detail.pug
Line 137 in 8fb29fa
I changed to:
each path in peer.paths.slice(0, 1)
Could anyone fix it in correct way? :)
Beta Was this translation helpful? Give feedback.
All reactions