From 3f72e01ce5c8a3de76ac1e8c60cafed9b37b6948 Mon Sep 17 00:00:00 2001 From: Indrijeet kumar Date: Fri, 20 Mar 2020 23:24:19 +0530 Subject: changes in run-dashboard-report.component.ts changes in run-dashboard-report.component.ts Issue-ID: PORTAL-813 Change-Id: I00108ff085e39a1f5026e8b5e8675f178bbea236 Signed-off-by: Indrijeet Kumar --- .../run-report/run-dashboard-report/run-dashboard-report.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report/run-dashboard-report/run-dashboard-report.component.ts b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report/run-dashboard-report/run-dashboard-report.component.ts index 453fc9cf..35fe7414 100644 --- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report/run-dashboard-report/run-dashboard-report.component.ts +++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/pages/analytics/Report_List/Report/run/run-report/run-dashboard-report/run-dashboard-report.component.ts @@ -90,7 +90,9 @@ export class RunDashboardReportComponent implements AfterViewInit { } ngAfterViewInit() { - this.afterViewInitProcesses(); + setTimeout(() => { + this.afterViewInitProcesses(); + }) } afterViewInitProcesses() -- cgit 1.2.3-korg