grafana/public/app/plugins/datasource/stackdriver/module.ts

15 lines
419 B
TypeScript
Raw Normal View History

2018-09-05 20:14:34 +08:00
import StackdriverDatasource from './datasource';
2018-09-04 19:21:02 +08:00
// import { StackdriverQueryCtrl } from './query_ctrl';
import { StackdriverConfigCtrl } from './config_ctrl';
// class AnnotationsQueryCtrl {
// static templateUrl = 'partials/annotations.editor.html';
// }
export {
2018-09-05 20:14:34 +08:00
StackdriverDatasource as Datasource,
2018-09-04 19:21:02 +08:00
// StackdriverQueryCtrl as QueryCtrl,
StackdriverConfigCtrl as ConfigCtrl,
// AnnotationsQueryCtrl,
};