diff --git a/public/app/plugins/datasource/prometheus/module.ts b/public/app/plugins/datasource/prometheus/module.ts index 66003872f65..e4e50c6d205 100644 --- a/public/app/plugins/datasource/prometheus/module.ts +++ b/public/app/plugins/datasource/prometheus/module.ts @@ -6,7 +6,7 @@ class PrometheusConfigCtrl { } class PrometheusAnnotationsQueryCtrl { - static templateUrl = 'annotations.editor.html'; + static templateUrl = 'partials/annotations.editor.html'; } export {