From: Indrijeet kumar Date: Fri, 20 Mar 2020 17:54:19 +0000 (+0530) Subject: changes in run-dashboard-report.component.ts X-Git-Tag: 3.0.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3f72e01ce5c8a3de76ac1e8c60cafed9b37b6948;p=portal%2Fsdk.git 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 --- 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()