grafana/public/app/plugins/panel
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
..
alertlist plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
dashlist fix so that dash list panel are rendered correctly 2018-04-11 17:44:51 +02:00
gettingstarted cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
graph graph histogram: fix invisible highest value bucket 2018-04-30 16:12:31 +02:00
heatmap Merge remote-tracking branch 'upstream/master' into prometheus-heatmap 2018-03-12 17:16:02 +03:00
pluginlist Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
singlestat Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
table table: fix for padding 2018-04-30 16:17:37 +02:00
text plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
unknown prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00