mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Add missing route to Roadm UI
Change-Id: Iece3e2212e0a227efbc0b015f3826ca3e86b77f8
This commit is contained in:
parent
811ea2b63d
commit
bb93b6e7ff
@ -29,7 +29,9 @@ import { RoadmPortComponent } from './port/port.component';
|
||||
],
|
||||
imports: [
|
||||
RouterModule,
|
||||
RouterModule.forChild([{path: 'roadm-port-gui', component: RoadmPortComponent}]),
|
||||
RouterModule.forChild([
|
||||
{path: '', component: RoadmDeviceComponent},
|
||||
{path: 'roadm-port-gui', component: RoadmPortComponent}]),
|
||||
Gui2FwLibModule,
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
|
||||
@ -108,7 +108,7 @@ const onosRoutes: Route[] = [
|
||||
},
|
||||
<Route>{
|
||||
path: 'roadm-gui',
|
||||
pathMatch: 'full',
|
||||
pathMatch: 'prefix',
|
||||
loadChildren: () => import('../../../../../../apps/roadm/web/roadm-gui/lib/roadm-gui-lib.module').then(m => m.RoadmGuiLibModule)
|
||||
},
|
||||
<Route>{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user