mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:30:12 +08:00
Implemented datasource test
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// import { StackdriverDatasource } from './datasource';
|
||||
import StackdriverDatasource from './datasource';
|
||||
// import { StackdriverQueryCtrl } from './query_ctrl';
|
||||
import { StackdriverConfigCtrl } from './config_ctrl';
|
||||
|
||||
@ -7,7 +7,7 @@ import { StackdriverConfigCtrl } from './config_ctrl';
|
||||
// }
|
||||
|
||||
export {
|
||||
// StackdriverDatasource as Datasource,
|
||||
StackdriverDatasource as Datasource,
|
||||
// StackdriverQueryCtrl as QueryCtrl,
|
||||
StackdriverConfigCtrl as ConfigCtrl,
|
||||
// AnnotationsQueryCtrl,
|
||||
|
Reference in New Issue
Block a user