diff options
author | Indrijeet kumar <indriku1@in.ibm.com> | 2020-03-20 23:24:19 +0530 |
---|---|---|
committer | Indrijeet kumar <indriku1@in.ibm.com> | 2020-03-20 23:24:25 +0530 |
commit | 3f72e01ce5c8a3de76ac1e8c60cafed9b37b6948 (patch) | |
tree | 0dda2a4d5e8bb093ee36b8ee51d7ce13f01ef314 /ecomp-sdk/epsdk-app-overlay/src/main/webapp | |
parent | a8f1c5ed9ec78c3bf7d1a761af34a8074e2508fe (diff) |
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 <indriku1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp')
-rw-r--r-- | 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 | 4 |
1 files changed, 3 insertions, 1 deletions
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() |