Browse Source

Merge pull request #4635 from idanz/patch-2

Table module calls renderingCompleted
Torkel Ödegaard 9 years ago
parent
commit
cdf8c0fac9
1 changed files with 1 additions and 0 deletions
  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) {
       if (data) {
         renderPanel();
         renderPanel();
       }
       }
+      ctrl.renderingCompleted();
     });
     });
   }
   }
 }
 }