diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index cddecc38..d78a8dc3 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -12,7 +12,7 @@ var routes: Routes = []; if (environment.loginNeeded) { routes = [ { - path: '/dashboard', redirectTo: `summary-statistics`, pathMatch: 'full' + path: '/', redirectTo: `summary-statistics`, pathMatch: 'full' }, { path: 'public', redirectTo: 'summary-statistics', pathMatch: 'full' diff --git a/src/app/shared/components/rbac-dialog/rbac-dialog.component.html b/src/app/shared/components/rbac-dialog/rbac-dialog.component.html index 6783f3cd..b4553408 100644 --- a/src/app/shared/components/rbac-dialog/rbac-dialog.component.html +++ b/src/app/shared/components/rbac-dialog/rbac-dialog.component.html @@ -79,7 +79,7 @@