fix(table): fixed issue with table panel and annotations, fixes #4563
This commit is contained in:
@@ -77,9 +77,9 @@ class TablePanelCtrl extends MetricsPanelCtrl {
|
||||
this.pageIndex = 0;
|
||||
|
||||
if (this.panel.transform === 'annotations') {
|
||||
this.setTimeQueryStart();
|
||||
return this.annotationsSrv.getAnnotations(this.dashboard).then(annotations => {
|
||||
this.dataRaw = annotations;
|
||||
this.render();
|
||||
return {data: annotations};
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user