aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/admin.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-28 13:59:23 +0200
committerChocobozzz <chocobozzz@cpy.re>2022-09-28 14:04:06 +0200
commitf67ac646a2c081e02b28a7ab1dc856db6ee20e2f (patch)
tree4bd19f2eb58d835aac0f58c44941197a402e5cab /client/src/app/+admin/admin.module.ts
parentb0d6a800f84ac16fe541b1f098defe862d09069a (diff)
downloadPeerTube-f67ac646a2c081e02b28a7ab1dc856db6ee20e2f.tar.gz
PeerTube-f67ac646a2c081e02b28a7ab1dc856db6ee20e2f.tar.zst
PeerTube-f67ac646a2c081e02b28a7ab1dc856db6ee20e2f.zip
Put video quota info in its own component
Diffstat (limited to 'client/src/app/+admin/admin.module.ts')
-rw-r--r--client/src/app/+admin/admin.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+admin/admin.module.ts b/client/src/app/+admin/admin.module.ts
index 366e29883..f01967ea6 100644
--- a/client/src/app/+admin/admin.module.ts
+++ b/client/src/app/+admin/admin.module.ts
@@ -49,6 +49,7 @@ import {
49 PluginSearchComponent, 49 PluginSearchComponent,
50 PluginShowInstalledComponent 50 PluginShowInstalledComponent
51} from './plugins' 51} from './plugins'
52import { SharedAdminModule } from './shared'
52import { JobService, LogsComponent, LogsService } from './system' 53import { JobService, LogsComponent, LogsService } from './system'
53import { DebugComponent, DebugService } from './system/debug' 54import { DebugComponent, DebugService } from './system/debug'
54import { JobsComponent } from './system/jobs/jobs.component' 55import { JobsComponent } from './system/jobs/jobs.component'
@@ -69,6 +70,7 @@ import { JobsComponent } from './system/jobs/jobs.component'
69 SharedVideoMiniatureModule, 70 SharedVideoMiniatureModule,
70 SharedTablesModule, 71 SharedTablesModule,
71 SharedUsersModule, 72 SharedUsersModule,
73 SharedAdminModule,
72 74
73 TableModule, 75 TableModule,
74 ChartModule 76 ChartModule