mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed some editor srv properites from data sources, they are not needed there anymore, they are in plugin.json, Closes #2283
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user