cloudspout / cloudspout-button-panel

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

Button not working when added after install #16

Closed bernardogmorais closed 3 years ago

bernardogmorais commented 3 years ago

I used the command to install

$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.2/cloudspout-button-panel.zip \
  plugins install cloudspout-button-panel

But when i try to use the plugin i have this error: image

What's going on?

derjust commented 3 years ago

Can you post your Grafana (server) version please? Also the output (if any) from the browser's developer console would be helpful.

You should also try with version 7.0.4 which is the latest version of this plugin.

derjust commented 3 years ago

The issue should be fixed with the new release 7.0.5 of the plugin. It is in review to be added to the Grafana web installer: https://github.com/grafana/grafana-plugin-repository/pull/756

Until then, a manual install via the CLI is already possible:

$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.5/cloudspout-button-panel.zip \
  plugins install cloudspout-button-panel