cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Use button for navigation #5

Closed florianwgnr closed 3 years ago

florianwgnr commented 4 years ago

So far the button supports HTTP GET and POST, which is great - many thanks!

It would be even better to use it as a navigation button, where it navigates the browser to a specific URL (or dashboard-id).

Why? Because this button looks nicer than the integrated link buttons.

The easiest way might be just a link-field.

derjust commented 3 years ago

The intention of the button is explicitly to do an Ajax request that has no impact on the current view of the Browser - I'm not sure if your proposal falls into the scope

mdraevich commented 2 years ago

The intention of the button is explicitly to do an Ajax request that has no impact on the current view of the Browser - I'm not sure if your proposal falls into the scope

I got the idea of your project, but if you can... Actually, Grafana has no plugins are related to buttons with links (markdown links and html tags in Text plugin is not a simple and beautiful solution). However, at the first glance your project has so many ways to customize buttons, so your project could be grate solution for button links.