Explorar o código

fix template url for annotation editor

Mitsuhiro Tanda %!s(int64=10) %!d(string=hai) anos
pai
achega
5c7689388d
Modificáronse 1 ficheiros con 1 adicións e 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 {