Fixed #109 - Annotations editor don't work in 2.5.
This commit is contained in:
@@ -14,4 +14,8 @@ define([
|
|||||||
return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'};
|
return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
module.directive('annotationsQueryEditorZabbix', function() {
|
||||||
|
return {templateUrl: 'app/plugins/datasource/zabbix/partials/annotations.editor.html'};
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user