You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
There should be a simple way to add custom links for resources (clusters, applications, teams) to link to external systems, e.g. monitoring dashboards or similar.
Each link definition should have:
href/URL with templating (using Python string formatting), e.g. https://mon.example.org/clusters/{id} would generate a link to https://mon.example.org/clusters/123 for the cluster with ID 123
title (tooltip)
icon (Fontawesome icon name)
The text was updated successfully, but these errors were encountered:
There should be a simple way to add custom links for resources (clusters, applications, teams) to link to external systems, e.g. monitoring dashboards or similar.
Each link definition should have:
https://mon.example.org/clusters/{id}
would generate a link tohttps://mon.example.org/clusters/123
for the cluster with ID 123The text was updated successfully, but these errors were encountered: