grafana/public/app/features/panel
David Kaltschmidt 54c9beb146 Explore: jump to explore from panels with mixed datasources
- extends handlers for panel menu and keypress 'x'
- in a mixed-datasource panel finds first datasource that supports
  explore and collects its targets
- passes those targets to the found datasource to be serialized for
  explore state
- removed `supportMetrics` and `supportsExplore`
- use datasource metadata instead (set in plugin.json)
- Use angular timeout to wrap url change for explore jump
- Extract getExploreUrl into core/utils/explore
2018-10-01 12:03:57 +02:00
..
partials fix mixed datasource add query button, #10316 (#10361) 2017-12-31 12:21:49 +01:00
specs Explore: jump to explore from panels with mixed datasources 2018-10-01 12:03:57 +02:00
all.ts migrated last all.js to ts 2018-04-04 14:16:39 +02:00
metrics_panel_ctrl.ts Explore: jump to explore from panels with mixed datasources 2018-10-01 12:03:57 +02:00
metrics_tab.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
panel_ctrl.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
panel_directive.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
panel_editor_tab.ts tslint: more const fixes (#13035) 2018-08-26 20:19:23 +02:00
panel_header.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
query_ctrl.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
query_editor_row.ts added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
query_troubleshooter.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
solo_panel_ctrl.ts added radix rule and changed files to follow rule (#13153) 2018-09-05 16:51:31 +02:00