mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
graph(create annotation): push one annotation with time from and time to
This commit is contained in:
@@ -307,8 +307,8 @@ class GraphCtrl extends MetricsPanelCtrl {
|
||||
}
|
||||
|
||||
// Get annotation info from dialog and push it to backend
|
||||
pushAnnotations(annotations) {
|
||||
return this.annotationsSrv.postAnnotation(annotations);
|
||||
pushAnnotation(annotation) {
|
||||
return this.annotationsSrv.postAnnotation(annotation);
|
||||
}
|
||||
|
||||
showAddAnnotationModal(timeRange) {
|
||||
|
||||
Reference in New Issue
Block a user