瀏覽代碼

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