stakater / Forecastle

Forecastle is a control panel which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes – [✩Star] if you're using it!
https://stakater.com
Apache License 2.0
609 stars 62 forks source link

feat: open links with A instead of JS #457

Closed aslafy-z closed 2 days ago

aslafy-z commented 2 weeks ago

This change makes it easier to open multiple links from the Forecastle app. It makes use of the browser default feature (A tag) to open the logo instead of Javascript. This allow using the Open in new tag browser feature that was not available before.

Tested in my lab environment. Image available at ghcr.io/aslafy-z/forecastle/forecastle:open-links-a

aslafy-z commented 2 weeks ago

@MuneebAijaz This PR is also available for review.