Make Explore plugin exports explicit

This commit is contained in:
David Kaltschmidt
2018-10-30 14:38:34 +01:00
parent d0776937b5
commit cf19ecc8f5
10 changed files with 55 additions and 62 deletions

View File

@@ -9,15 +9,11 @@ class PrometheusAnnotationsQueryCtrl {
static templateUrl = 'partials/annotations.editor.html';
}
const ExploreComponents = {
QueryField: PromQueryField,
StartPage: PrometheusStartPage,
};
export {
PrometheusDatasource as Datasource,
PrometheusQueryCtrl as QueryCtrl,
PrometheusConfigCtrl as ConfigCtrl,
PrometheusAnnotationsQueryCtrl as AnnotationsQueryCtrl,
ExploreComponents,
PromQueryField as ExploreQueryField,
PrometheusStartPage as ExploreStartPage,
};