From fea9aad74937e3de722b91cb27d35175e6656509 Mon Sep 17 00:00:00 2001 From: Argiro Kokogiannaki Date: Wed, 22 Jan 2020 11:06:12 +0000 Subject: [PATCH] [Monitor Dashboard|Trunk] Fix app routing issues git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@58014 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/app-routing.module.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 8bcbd65..4051874 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -105,29 +105,29 @@ const routes: Routes = [ }, { path: 'pageContents', - loadChildren: './opages/helpcontent/page-help-contents.module#PageHelpContentsModule', + loadChildren: './helpTexts/page-help-contents.module#MonitorPageHelpContentsModule', resolve: { envSpecific: EnvironmentSpecificResolver }, data: {hasAdminMenu: true} }, { path: 'pageContents/new', - loadChildren: './pages/helpcontent/new-page-help-content.module#NewPageHelpContentModule', + loadChildren: './helpTexts/new-page-help-content.module#MonitorNewPageHelpContentModule', resolve: { envSpecific: EnvironmentSpecificResolver }, data: {hasAdminMenu: true} }, { path: 'pageContents/edit', - loadChildren: './pages/helpcontent/edit-page-help-content.module#EditPageHelpContentModule', - resolve: { envSpecific: EnvironmentSpecificResolver }, - data: {hasAdminMenu: true} - }, - - { - path: 'htmlPageContent/edit', - loadChildren: './pages/htmlpagecontent/edit-html-page-content.module#EditHtmlPageContentModule', + loadChildren: './helpTexts/edit-page-help-content.module#MonitorEditPageHelpContentModule', resolve: { envSpecific: EnvironmentSpecificResolver }, data: {hasAdminMenu: true} }, + // + // { + // path: 'htmlPageContent/edit', + // loadChildren: './pages/htmlpagecontent/edit-html-page-content.module#EditHtmlPageContentModule', + // resolve: { envSpecific: EnvironmentSpecificResolver }, + // data: {hasAdminMenu: true} + // }, { path: '', loadChildren: './monitor/monitor.module#MonitorModule',