summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages
diff options
context:
space:
mode:
authormravula <mr257h@att.com>2019-09-18 11:03:19 -0400
committermravula <mr257h@att.com>2019-09-18 11:58:16 -0400
commit50ce7a7322e99a057e8624528e305e4d2af3dd11 (patch)
treee6d2cbbe2e411cde1abfc86b64c44b35535d177f /ecomp-sdk/epsdk-app-os/ngapp/src/app/pages
parent6529859fc521c3f82d399aaa90cee6521d5b9401 (diff)
Raptor form fields tab in report wizard. Removed package-lock.json and
uncommented angular build tags in pom.xml Issue-ID: PORTAL-725 Change-Id: I9b03dbdc9f12e4e7f84190b779cfe79d919bdd66 Signed-off-by: mravula <mr257h@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngapp/src/app/pages')
-rw-r--r--ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts b/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts
index c0577077..ba55a0f4 100644
--- a/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts
+++ b/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts
@@ -6,6 +6,7 @@ import { CacheAdminComponent } from './admin/cache-admin/cache-admin.component';
import { ReportComponent } from './analytics/Report_List/Report/report.component';
import { RunReportComponent } from './analytics/Report_List/Report/run/run-report/run-report.component';
import { HeaderTabsWrapperComponent } from './analytics/Report_List/header-tabs-wrapper-component/header-tabs-wrapper.component';
+import { RunReportFormFieldsComponent } from './analytics/Report_List/Report/run/run-report-form-fields/run-report-form-fields.component';
@@ -16,7 +17,7 @@ const routes: Routes = [
{path: 'report-list', component:ReportComponent},
{path: 'create', component: HeaderTabsWrapperComponent},
{path: 'reports/:reportMode/:reportId', component: HeaderTabsWrapperComponent},
- {path: 'run/:reportId', component: RunReportComponent}
+ {path: 'run/:reportId', component: RunReportFormFieldsComponent}
];
@NgModule({