ryantxu / ajax-panel

Ajax Panel Plugin for Grafana
MIT License
153 stars 154 forks source link

Installation via grafana-cli seems to download src folder instead of dist #21

Closed martinscheffler closed 5 years ago

martinscheffler commented 5 years ago

Installed with grafana-cli plugins install ryantxu-ajax-panel

data\plugins\ryantxu-ajax-panel contains the contents of the main git folder. by copying contents of folder dist to the main plugin dir I managed to get the plugin to run

cliffchapmanrbx commented 5 years ago

Ran into this same issue when downloading the zip directly for an airgapped Grafana install. Pulling just the /dist/ folder out of the zip and using that worked.

ryantxu commented 5 years ago

I don't think there is anything I can do on this side -- that is an issue with how grafana-cli packages the distributions. I'm hoping to fix that ;) but not in this repo