mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #3975 from mtanda/prometheus_fix_annotation
fix template url for prometheus annotation editor
This commit is contained in:
commit
1c50eb345c
@ -6,7 +6,7 @@ class PrometheusConfigCtrl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class PrometheusAnnotationsQueryCtrl {
|
class PrometheusAnnotationsQueryCtrl {
|
||||||
static templateUrl = 'annotations.editor.html';
|
static templateUrl = 'partials/annotations.editor.html';
|
||||||
}
|
}
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
Loading…
Reference in New Issue
Block a user