Table module calls renderingCompleted

This commit is contained in:
Idan Zalzberg 2016-04-10 11:00:25 +07:00
parent e8a209c9b5
commit cf00775bb8

View File

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