Ver Fonte

Merge pull request #4635 from idanz/patch-2

Table module calls renderingCompleted
Torkel Ödegaard há 9 anos atrás
pai
commit
cdf8c0fac9
1 ficheiros alterados com 1 adições e 0 exclusões
  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();
     });
   }
 }