simple-docker-ui
simple-docker-ui copied to clipboard
port link is not correctly parsed when the server url contains user/pass
I have the following management url: http://admin:[email protected]:5555
which uses basic auth to access, and it works fine.
but the open ports are incorrectly linked: (suppose it's an apache 8080:80) instead of myhost.com:8080 I have "admin:8080" as a link.
thanks, dan