mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 16:09:55 +00:00
Update app-routing.module.ts
This commit is contained in:
@ -159,6 +159,10 @@ const routes: Routes = [
|
|||||||
path: 'server/:server_id/project/:project_id/nodes/:node_id',
|
path: 'server/:server_id/project/:project_id/nodes/:node_id',
|
||||||
component: WebConsoleFullWindowComponent
|
component: WebConsoleFullWindowComponent
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'static/web-ui/server/:server_id/project/:project_id/nodes/:node_id',
|
||||||
|
component: WebConsoleFullWindowComponent
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '**',
|
path: '**',
|
||||||
component: PageNotFoundComponent
|
component: PageNotFoundComponent
|
||||||
|
Reference in New Issue
Block a user