Commit 5c2d49f7 by Torkel Ödegaard

feat(mixed datasource): updated Elasticsearch so it uses new way to define annotations editor

parent 3de041a4
......@@ -3,7 +3,8 @@ define([
'lodash',
'config',
'kbn',
'moment'
'moment',
'./directives'
],
function (angular, _, config, kbn, moment) {
'use strict';
......
define([
'angular',
],
function (angular) {
'use strict';
var module = angular.module('grafana.directives');
module.directive('annotationsQueryEditorElasticsearch', function() {
return {templateUrl: 'app/plugins/datasource/elasticsearch/partials/annotations.editor.html'};
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment