Explorar el Código

fix template url for annotation editor

Mitsuhiro Tanda hace 10 años
padre
commit
5c7689388d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {