فهرست منبع

Removed some editor srv properites from data sources, they are not needed there anymore, they are in plugin.json, Closes #2283

Torkel Ödegaard 10 سال پیش
والد
کامیت
572d35506b

+ 0 - 2
public/app/plugins/datasource/influxdb/datasource.js

@@ -28,8 +28,6 @@ function (angular, _, kbn, InfluxSeries, InfluxQueryBuilder) {
 
       this.supportAnnotations = true;
       this.supportMetrics = true;
-      this.editorSrc = 'app/features/influxdb/partials/query.editor.html';
-      this.annotationEditorSrc = 'app/features/influxdb/partials/annotations.editor.html';
     }
 
     InfluxDatasource.prototype.query = function(options) {

+ 0 - 1
public/app/plugins/datasource/kairosdb/datasource.js

@@ -13,7 +13,6 @@ function (angular, _, kbn) {
 
     function KairosDBDatasource(datasource) {
       this.type = datasource.type;
-      this.editorSrc = 'plugins/datasources/kairosdb/kairosdb.editor.html';
       this.url = datasource.url;
       this.name = datasource.name;
       this.supportMetrics = true;

+ 0 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -14,7 +14,6 @@ function (angular, _, kbn) {
 
     function OpenTSDBDatasource(datasource) {
       this.type = 'opentsdb';
-      this.editorSrc = 'app/features/opentsdb/partials/query.editor.html';
       this.url = datasource.url;
       this.name = datasource.name;
       this.supportMetrics = true;