Melik Manukyan
Melik Manukyan
Can you try the following, I believe it should work: ``` location /lndash { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header...
Just sent you an invite, thanks for your help!
Good idea. We should also add a search bar with a drop down so that we can select/view an individual peer.
How about something like this instead? A lighter table view of all of the channels, we can also add some javascript to the table allowing us to sort/filter the rows....
Example of filtered/sorted table:
Progress so far: I need to still do #1 + #2. We should also rewrite this entire page as it's really poorly done.
Thanks for opening this. I'll take this one, its been on my list. I'll happily accept pull requests if anyone completes it before me.