Skip to content

Commit

Permalink
Fixes issue with monitoring page not loading directly in the web app
Browse files Browse the repository at this point in the history
Signed-off-by: Kálmán Képes <[email protected]>
  • Loading branch information
nyuuyn committed Jul 31, 2023
1 parent 3d46f7b commit 1e67392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/app/monitor/monitor-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ const routes: Routes = [
path: '',
component: MonitorComponent,
children: [
{
path: '',
pathMatch: 'full',
redirectTo: 'tasks-priority'
},
{
path: 'tasks-priority',
component: TaskPriorityReportComponent
Expand Down

0 comments on commit 1e67392

Please sign in to comment.