grafana/public/app
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
..
containers Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
core Merge pull request #11742 from grafana/davkal/explore 2018-04-27 15:46:40 +02:00
features Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
partials scrollbar: remove unused div 2018-04-11 19:19:33 +02:00
plugins Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
routes Explore: Add entry to panel menu to jump to Explore 2018-04-30 17:44:28 +02:00
stores Explore WIP 2018-04-26 20:27:19 +02:00
app.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
dev.ts Add weback-dev-server with hot/hmr support 2018-04-19 11:42:53 +02:00
index.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00