Update app-routing.module.ts

This commit is contained in:
piotrpekala7
2020-08-04 15:37:11 +02:00
parent ffb3646d08
commit b78f3824fc

View File

@ -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