fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 620 forks source link

Feature request: Make source links in ui interface clickable #901

Closed Kamilcuk closed 1 year ago

Kamilcuk commented 1 year ago

In the fabio routing table ui the source is not "clickable", but the destination is. Like https://starbeamrainbowlabs.com/blog/images/20200816-fabio.png .

It would be super nice if the source, if it redirects to http or https, would also be "clickable" and redirect to http or https respectively.

Thanks!

nathanejohnson commented 1 year ago

This is an interesting idea. In your png, I see all of your routes are using hostnames / fqdns to route. How would you envision path based routes working? Also, there is the issue of GRPC and TCP based routes as well, which would have to avoid linking, so there is some thinking to be done there. But a PR along these lines would be very welcome!

nathanejohnson commented 1 year ago

closing due to #907 being merged