CorpGlory / grafana-data-exporter-panel

Panel for exporting metrics from Grafana dashboards
32 stars 8 forks source link

missing panel in list fix #49 #54

Closed sblrok closed 3 years ago

sblrok commented 3 years ago

The exporter doesn't display panels with datasources that it does not support. This PR makes the exporter display them with disabled Export button

Problem
Exporter panel does not display panels without panel.datasource

Solution
Display every panel in the exporter, except for the exporter itself, but disable the "export" button.
Also, show tooltip on button hover.