mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-23 10:40:16 +00:00
fixed page access so it would not go to the default page
This commit is contained in:
parent
faf2dbf276
commit
6b2760c06a
@ -210,14 +210,15 @@ const routes: Routes = [
|
|||||||
component: WebConsoleFullWindowComponent,
|
component: WebConsoleFullWindowComponent,
|
||||||
canActivate: [LoginGuard]
|
canActivate: [LoginGuard]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '**',
|
|
||||||
component: PageNotFoundComponent,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'user_management',
|
path: 'user_management',
|
||||||
component: UserManagementComponent
|
component: UserManagementComponent
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '**',
|
||||||
|
component: PageNotFoundComponent,
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user