فهرست منبع

Merge pull request #4635 from idanz/patch-2

Table module calls renderingCompleted
Torkel Ödegaard 9 سال پیش
والد
کامیت
cdf8c0fac9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      public/app/plugins/panel/table/module.ts

+ 1 - 0
public/app/plugins/panel/table/module.ts

@@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl {
       if (data) {
         renderPanel();
       }
+      ctrl.renderingCompleted();
     });
   }
 }