diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-28 16:27:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-28 16:27:25 +0100 |
commit | 5a51ecc2172282786dab47bd874026621554ba6d (patch) | |
tree | 129a6bc40d2f048fd73362e427b75974f040ac5f /client/src/app/+admin/overview/users | |
parent | f1c70a8666e53414f4e604290d35d26ae725b691 (diff) | |
download | PeerTube-5a51ecc2172282786dab47bd874026621554ba6d.tar.gz PeerTube-5a51ecc2172282786dab47bd874026621554ba6d.tar.zst PeerTube-5a51ecc2172282786dab47bd874026621554ba6d.zip |
Move admin comments list in overviews menu
Diffstat (limited to 'client/src/app/+admin/overview/users')
-rw-r--r-- | client/src/app/+admin/overview/users/users.routes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/overview/users/users.routes.ts b/client/src/app/+admin/overview/users/users.routes.ts index 8b63f5bc7..c9724e5fb 100644 --- a/client/src/app/+admin/overview/users/users.routes.ts +++ b/client/src/app/+admin/overview/users/users.routes.ts | |||
@@ -4,7 +4,7 @@ import { UserRight } from '@shared/models' | |||
4 | import { UserCreateComponent, UserUpdateComponent } from './user-edit' | 4 | import { UserCreateComponent, UserUpdateComponent } from './user-edit' |
5 | import { UserListComponent } from './user-list' | 5 | import { UserListComponent } from './user-list' |
6 | 6 | ||
7 | export const UsersRoutes: Routes = [ | 7 | export const usersRoutes: Routes = [ |
8 | { | 8 | { |
9 | path: 'users', | 9 | path: 'users', |
10 | canActivate: [ UserRightGuard ], | 10 | canActivate: [ UserRightGuard ], |