mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 18:06:38 +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,
|
||||
canActivate: [LoginGuard]
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
component: PageNotFoundComponent,
|
||||
},
|
||||
{
|
||||
path: 'user_management',
|
||||
component: UserManagementComponent
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
component: PageNotFoundComponent,
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Loading…
x
Reference in New Issue
Block a user