diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 7e9b49fe..9bd6dd11 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -159,6 +159,10 @@ const routes: Routes = [ path: 'server/:server_id/project/:project_id/nodes/:node_id', component: WebConsoleFullWindowComponent }, + { + path: 'static/web-ui/server/:server_id/project/:project_id/nodes/:node_id', + component: WebConsoleFullWindowComponent + }, { path: '**', component: PageNotFoundComponent