diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 0fa3266..ef5249d 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -61,7 +61,7 @@ export const routes: Routes = [ ) }, { - path: 'loggerManager', + path: 'activityLogs', canActivate: [ActivityGuard], loadComponent: () => import('./logging/logging.component').then( diff --git a/src/app/logging/logging.component.html b/src/app/logging/logging.component.html index b3947f1..511ecb5 100644 --- a/src/app/logging/logging.component.html +++ b/src/app/logging/logging.component.html @@ -1,16 +1,27 @@