|
|
@@ -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};
|
|
|
});
|
|
|
}
|
|
|
|