Browse Source

Merge pull request #3975 from mtanda/prometheus_fix_annotation

fix template url for prometheus annotation editor
Torkel Ödegaard 10 years ago
parent
commit
1c50eb345c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/datasource/prometheus/module.ts

+ 1 - 1
public/app/plugins/datasource/prometheus/module.ts

@@ -6,7 +6,7 @@ class PrometheusConfigCtrl {
 }
 }
 
 
 class PrometheusAnnotationsQueryCtrl {
 class PrometheusAnnotationsQueryCtrl {
-  static templateUrl = 'annotations.editor.html';
+  static templateUrl = 'partials/annotations.editor.html';
 }
 }
 
 
 export {
 export {