[ Monitor | Trunk ]

Clean up admin tools routes


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60542 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Argiro Kokogiannaki 2021-03-02 08:43:19 +00:00
parent d699a62270
commit d52a2dfe55
1 changed files with 3 additions and 23 deletions

View File

@ -9,7 +9,7 @@ import {RouterModule} from '@angular/router';
loadChildren: '../openaireLibrary/dashboard/entity/entities.module#EntitiesModule', loadChildren: '../openaireLibrary/dashboard/entity/entities.module#EntitiesModule',
pathMatch: 'full' pathMatch: 'full'
}, },
/* { /* {
path: 'classContents', path: 'classContents',
loadChildren: '../openaireLibrary/dashboard/divhelpcontent/div-help-contents.module#DivHelpContentsModule' loadChildren: '../openaireLibrary/dashboard/divhelpcontent/div-help-contents.module#DivHelpContentsModule'
}, },
@ -22,17 +22,12 @@ import {RouterModule} from '@angular/router';
path: 'classContents/edit', path: 'classContents/edit',
loadChildren: '../openaireLibrary/dashboard/divhelpcontent/edit-div-help-content.module#EditDivHelpContentModule', loadChildren: '../openaireLibrary/dashboard/divhelpcontent/edit-div-help-content.module#EditDivHelpContentModule',
pathMatch: 'full' pathMatch: 'full'
}, },*/
{ {
path: 'helptexts', path: 'helptexts',
loadChildren: '../openaireLibrary/dashboard/helpTexts/page-help-contents.module#PageHelpContentsModule', loadChildren: '../openaireLibrary/dashboard/helpTexts/page-help-contents.module#PageHelpContentsModule',
pathMatch: 'full' pathMatch: 'full'
}, },
{
path: 'helptexts/new',
loadChildren: '../openaireLibrary/dashboard/helpTexts/new-page-help-content.module#NewPageHelpContentModule',
pathMatch: 'full'
},
{ {
path: 'helptexts/edit', path: 'helptexts/edit',
loadChildren: '../openaireLibrary/dashboard/helpTexts/edit-page-help-content.module#EditPageHelpContentModule', loadChildren: '../openaireLibrary/dashboard/helpTexts/edit-page-help-content.module#EditPageHelpContentModule',
@ -42,22 +37,7 @@ import {RouterModule} from '@angular/router';
path: 'pages', path: 'pages',
loadChildren: '../openaireLibrary/dashboard/page/pages.module#PagesModule', loadChildren: '../openaireLibrary/dashboard/page/pages.module#PagesModule',
pathMatch: 'full' pathMatch: 'full'
}, }
{
path: 'pageContents',
loadChildren: '../openaireLibrary/dashboard/helpTexts/page-help-contents.module#PageHelpContentsModule',
pathMatch: 'full'
},
{
path: 'pageContents/new',
loadChildren: '../openaireLibrary/dashboard/helpTexts/new-page-help-content.module#NewPageHelpContentModule',
pathMatch: 'full'
},
{
path: 'pageContents/edit',
loadChildren: '../openaireLibrary/dashboard/helpTexts/edit-page-help-content.module#EditPageHelpContentModule',
pathMatch: 'full'
}*/
]) ])
] ]
}) })