Просмотр исходного кода

Merge pull request #3975 from mtanda/prometheus_fix_annotation

fix template url for prometheus annotation editor
Torkel Ödegaard 10 лет назад
Родитель
Сommit
1c50eb345c
1 измененных файлов с 1 добавлено и 1 удалено
  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 {
-  static templateUrl = 'annotations.editor.html';
+  static templateUrl = 'partials/annotations.editor.html';
 }
 
 export {