Fixes issue with monitoring page not loading directly in the web app (#2350)

Signed-off-by: Kálmán Képes <2853992+nyuuyn@users.noreply.github.com>
This commit is contained in:
Kálmán Képes 2023-08-04 18:21:07 +02:00 committed by GitHub
parent b2dabbabf1
commit cd9f160393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ const routes: Routes = [
path: '',
component: MonitorComponent,
children: [
{
path: '',
pathMatch: 'full',
redirectTo: 'tasks-priority'
},
{
path: 'tasks-priority',
component: TaskPriorityReportComponent