diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-09-23 17:09:38 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-09-23 17:09:38 +0200 |
commit | eb4f957eca2a045ad0d5cf0c1e79b9c08494b088 (patch) | |
tree | 26b1cc77d20bf9e1ec76b2f2c9cfb8182ebbf064 /client/src/app/app.module.ts | |
parent | ccc64aa6790961d2af3524a78ff8506cbdbefb13 (diff) | |
download | PeerTube-eb4f957eca2a045ad0d5cf0c1e79b9c08494b088.tar.gz PeerTube-eb4f957eca2a045ad0d5cf0c1e79b9c08494b088.tar.zst PeerTube-eb4f957eca2a045ad0d5cf0c1e79b9c08494b088.zip |
Client: add requests stats page
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 3b7750a76..f9a9ae760 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -26,6 +26,9 @@ import { | |||
26 | FriendListComponent, | 26 | FriendListComponent, |
27 | FriendService, | 27 | FriendService, |
28 | MenuAdminComponent, | 28 | MenuAdminComponent, |
29 | RequestsComponent, | ||
30 | RequestStatsComponent, | ||
31 | RequestService, | ||
29 | UsersComponent, | 32 | UsersComponent, |
30 | UserAddComponent, | 33 | UserAddComponent, |
31 | UserListComponent, | 34 | UserListComponent, |
@@ -66,6 +69,7 @@ const APP_PROVIDERS = [ | |||
66 | VideoService, | 69 | VideoService, |
67 | SearchService, | 70 | SearchService, |
68 | FriendService, | 71 | FriendService, |
72 | RequestService, | ||
69 | UserService, | 73 | UserService, |
70 | AccountService, | 74 | AccountService, |
71 | WebTorrentService | 75 | WebTorrentService |
@@ -88,6 +92,8 @@ const APP_PROVIDERS = [ | |||
88 | LoginComponent, | 92 | LoginComponent, |
89 | MenuAdminComponent, | 93 | MenuAdminComponent, |
90 | MenuComponent, | 94 | MenuComponent, |
95 | RequestsComponent, | ||
96 | RequestStatsComponent, | ||
91 | SearchComponent, | 97 | SearchComponent, |
92 | UserAddComponent, | 98 | UserAddComponent, |
93 | UserListComponent, | 99 | UserListComponent, |