Hello everyone,
I am a trainee and the company where I am now asked me to find a way to navigate between the existing dashboards using their names. I am using grafana 7.
I found this Dashboard HTTP API | Grafana Labs where we can get dashboards by ids or uids (which i think would work too), but I don’t really understand how can we use it.
Any explanation will be appreciated.
you can create a text panel and write html and js code that just simply redirect you to the other dashboard using there uids
and you can style the js panel as you like
1 Like
Thank you so much for your answer, I will try this