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

fix template url for annotation editor

Mitsuhiro Tanda 10 лет назад
Родитель
Сommit
5c7689388d
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 {