Skip to content

Commit

Permalink
Fixed the kairosdb editor source file name
Browse files Browse the repository at this point in the history
The editor html name in the kairosdb datasource script is incorrect.
  • Loading branch information
VenkateshSub committed Jul 4, 2015
1 parent a79c1cb commit 8e47687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/plugins/datasource/kairosdb/datasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function (angular, _, kbn) {

function KairosDBDatasource(datasource) {
this.type = datasource.type;
this.editorSrc = 'plugins/datasources/kairosdb/kairosdb.editor.html';
this.editorSrc = 'plugins/datasource/kairosdb/partials/query.editor.html';
this.url = datasource.url;
this.name = datasource.name;
this.supportMetrics = true;
Expand Down

0 comments on commit 8e47687

Please sign in to comment.