From 99fdec464802e5d720fe08ead06b63368b115baf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Feb 2017 21:56:55 +0100 Subject: Fix request schedulers stats --- client/src/app/shared/shared.module.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared') 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'; import { RouterModule } from '@angular/router'; import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; +import { KeysPipe } from 'angular-pipes/src/object/keys.pipe'; import { DropdownModule } from 'ng2-bootstrap/dropdown'; import { ProgressbarModule } from 'ng2-bootstrap/progressbar'; import { PaginationModule } from 'ng2-bootstrap/pagination'; @@ -36,6 +37,7 @@ import { VideoAbuseService } from './video-abuse'; declarations: [ BytesPipe, + KeysPipe, SearchComponent ], @@ -53,6 +55,7 @@ import { VideoAbuseService } from './video-abuse'; ProgressbarModule, Ng2SmartTableModule, BytesPipe, + KeysPipe, SearchComponent ], -- cgit v1.2.3