Browse Source

Table module calls renderingCompleted

Idan Zalzberg 9 năm trước cách đây
mục cha
commit
cf00775bb8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     });
   }
 }