diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 14:34:17 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 14:34:17 +0100 |
commit | cd83ea1b908efe594c1e03f886c0dc4742b91360 (patch) | |
tree | 7ce95792ede104e5a761830ecd7aaf3ee19fd8dc /client/src/app/shared/shared.module.ts | |
parent | 04e0fc488826f505a8de3ce99113f3cb2fcec147 (diff) | |
download | PeerTube-cd83ea1b908efe594c1e03f886c0dc4742b91360.tar.gz PeerTube-cd83ea1b908efe594c1e03f886c0dc4742b91360.tar.zst PeerTube-cd83ea1b908efe594c1e03f886c0dc4742b91360.zip |
Design admin data tables
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 74f6f579d..d0e163f69 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -12,6 +12,8 @@ import { SharedModule as PrimeSharedModule } from 'primeng/components/common/sha | |||
12 | import { DataTableModule } from 'primeng/components/datatable/datatable' | 12 | import { DataTableModule } from 'primeng/components/datatable/datatable' |
13 | 13 | ||
14 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' | 14 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' |
15 | import { DeleteButtonComponent } from './misc/delete-button.component' | ||
16 | import { EditButtonComponent } from './misc/edit-button.component' | ||
15 | import { FromNowPipe } from './misc/from-now.pipe' | 17 | import { FromNowPipe } from './misc/from-now.pipe' |
16 | import { LoaderComponent } from './misc/loader.component' | 18 | import { LoaderComponent } from './misc/loader.component' |
17 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' | 19 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' |
@@ -44,6 +46,8 @@ import { VideoService } from './video/video.service' | |||
44 | LoaderComponent, | 46 | LoaderComponent, |
45 | VideoThumbnailComponent, | 47 | VideoThumbnailComponent, |
46 | VideoMiniatureComponent, | 48 | VideoMiniatureComponent, |
49 | DeleteButtonComponent, | ||
50 | EditButtonComponent, | ||
47 | NumberFormatterPipe, | 51 | NumberFormatterPipe, |
48 | FromNowPipe | 52 | FromNowPipe |
49 | ], | 53 | ], |
@@ -66,6 +70,8 @@ import { VideoService } from './video/video.service' | |||
66 | LoaderComponent, | 70 | LoaderComponent, |
67 | VideoThumbnailComponent, | 71 | VideoThumbnailComponent, |
68 | VideoMiniatureComponent, | 72 | VideoMiniatureComponent, |
73 | DeleteButtonComponent, | ||
74 | EditButtonComponent, | ||
69 | 75 | ||
70 | NumberFormatterPipe, | 76 | NumberFormatterPipe, |
71 | FromNowPipe | 77 | FromNowPipe |