Commit cdf8c0fa by Torkel Ödegaard

Merge pull request #4635 from idanz/patch-2

Table module calls renderingCompleted
parents 8b5f71fb cf00775b
...@@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl { ...@@ -218,6 +218,7 @@ class TablePanelCtrl extends MetricsPanelCtrl {
if (data) { if (data) {
renderPanel(); renderPanel();
} }
ctrl.renderingCompleted();
}); });
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment