grafana/public/app/plugins/panel/pluginlist
David Kaltschmidt 05b0bfafe4 Explore: Add entry to panel menu to jump to Explore
* panel container menu gets new Explore entry (between Edit and Share)
* entry only shows if datasource has `supportsExplore` set to true (set
 for Prometheus only for now)
* click on Explore entry changes url to `/explore/state` via location provider
* `state` is a JSON representation of the panel queries
* datasources implement `getExploreState()` how to turn a panel config into explore initial
 state
* Explore can parse the state and initialize its query expressions
* ReactContainer now forwards route parameters as props to component
* `pluginlist` and `singlestat` panel subclasses needed to be adapted because
 `panel_ctrl` now has the location provider as a property already
2018-04-30 17:44:28 +02:00
..
img feat(): plugin list panel 2016-04-08 16:42:33 -04:00
editor.html feat(): plugin list panel 2016-04-08 16:42:33 -04:00
module.html Updated Grafana.net to .com 2017-08-14 11:05:28 +02:00
module.ts Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00

Plugin List Panel - Native Plugin

The Plugin List plans shows the installed plugins for your Grafana instance and is included with Grafana. It is used on the default Home dashboard.