diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-27 21:56:55 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-27 21:56:55 +0100 |
commit | 99fdec464802e5d720fe08ead06b63368b115baf (patch) | |
tree | d3129ec4e37894036fc8e83ee17a953873f41e12 /client/src/app/shared/shared.module.ts | |
parent | 05a9feaa48cea560abd9561434a3479ab1021643 (diff) | |
download | PeerTube-99fdec464802e5d720fe08ead06b63368b115baf.tar.gz PeerTube-99fdec464802e5d720fe08ead06b63368b115baf.tar.zst PeerTube-99fdec464802e5d720fe08ead06b63368b115baf.zip |
Fix request schedulers stats
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 99893c8b1..0f57ef078 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -5,6 +5,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms'; | |||
5 | import { RouterModule } from '@angular/router'; | 5 | import { RouterModule } from '@angular/router'; |
6 | 6 | ||
7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | 7 | import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; |
8 | import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'; | ||
8 | import { DropdownModule } from 'ng2-bootstrap/dropdown'; | 9 | import { DropdownModule } from 'ng2-bootstrap/dropdown'; |
9 | import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; | 10 | import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; |
10 | import { PaginationModule } from 'ng2-bootstrap/pagination'; | 11 | import { PaginationModule } from 'ng2-bootstrap/pagination'; |
@@ -36,6 +37,7 @@ import { VideoAbuseService } from './video-abuse'; | |||
36 | 37 | ||
37 | declarations: [ | 38 | declarations: [ |
38 | BytesPipe, | 39 | BytesPipe, |
40 | KeysPipe, | ||
39 | SearchComponent | 41 | SearchComponent |
40 | ], | 42 | ], |
41 | 43 | ||
@@ -53,6 +55,7 @@ import { VideoAbuseService } from './video-abuse'; | |||
53 | ProgressbarModule, | 55 | ProgressbarModule, |
54 | Ng2SmartTableModule, | 56 | Ng2SmartTableModule, |
55 | BytesPipe, | 57 | BytesPipe, |
58 | KeysPipe, | ||
56 | 59 | ||
57 | SearchComponent | 60 | SearchComponent |
58 | ], | 61 | ], |