Dashboards: Adds cheat sheet toggle to supported query editors (#28857)

* Dashboards: Adds cheat sheet toggle to supported query editors
This commit is contained in:
kay delaney
2021-01-19 22:52:09 +00:00
committed by GitHub
parent 5d0a577f07
commit b9b6af9491
19 changed files with 189 additions and 120 deletions

View File

@@ -17,4 +17,4 @@ export const plugin = new DataSourcePlugin(PrometheusDatasource)
.setConfigEditor(ConfigEditor)
.setExploreMetricsQueryField(PromExploreQueryEditor)
.setAnnotationQueryCtrl(PrometheusAnnotationsQueryCtrl)
.setExploreStartPage(PromCheatSheet);
.setQueryEditorHelp(PromCheatSheet);