Procházet zdrojové kódy

fix template url for annotation editor

Mitsuhiro Tanda před 10 roky
rodič
revize
5c7689388d

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