diff --git a/zabbix/directives.js b/zabbix/directives.js index 95bb491..071d4be 100644 --- a/zabbix/directives.js +++ b/zabbix/directives.js @@ -14,4 +14,8 @@ define([ return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'}; }); + module.directive('annotationsQueryEditorZabbix', function() { + return {templateUrl: 'app/plugins/datasource/zabbix/partials/annotations.editor.html'}; + }); + });