Patrick O'Carroll 8 лет назад
Родитель
Сommit
54c502ae4d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      public/app/plugins/datasource/cloudwatch/datasource.ts

+ 2 - 1
public/app/plugins/datasource/cloudwatch/datasource.ts

@@ -3,8 +3,9 @@ import _ from 'lodash';
 import * as dateMath from 'app/core/utils/datemath';
 import * as dateMath from 'app/core/utils/datemath';
 import kbn from 'app/core/utils/kbn';
 import kbn from 'app/core/utils/kbn';
 import * as templatingVariable from 'app/features/templating/variable';
 import * as templatingVariable from 'app/features/templating/variable';
+// import * as moment from 'moment';
 
 
-export class CloudWatchDatasource {
+export default class CloudWatchDatasource {
   type: any;
   type: any;
   name: any;
   name: any;
   supportMetrics: any;
   supportMetrics: any;