Przeglądaj źródła

fix template url for annotation editor

Mitsuhiro Tanda 10 lat temu
rodzic
commit
5c7689388d

+ 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 {