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:
parent
b2dabbabf1
commit
cd9f160393
|
@ -12,6 +12,11 @@ const routes: Routes = [
|
||||||
path: '',
|
path: '',
|
||||||
component: MonitorComponent,
|
component: MonitorComponent,
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: '',
|
||||||
|
pathMatch: 'full',
|
||||||
|
redirectTo: 'tasks-priority'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'tasks-priority',
|
path: 'tasks-priority',
|
||||||
component: TaskPriorityReportComponent
|
component: TaskPriorityReportComponent
|
||||||
|
|
Loading…
Reference in New Issue