diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-02 22:37:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-18 15:13:30 +0200 |
commit | 3d05209c9a9f1e229f8c704ee5fe06a5c97c9840 (patch) | |
tree | 3c78276817d8c14f05bcfcdba6d65db0a3c52f22 /client/src/app/shared/shared.module.ts | |
parent | 235b055dc566f35aa07480ad055a7fbb40e028ac (diff) | |
download | PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.tar.gz PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.tar.zst PeerTube-3d05209c9a9f1e229f8c704ee5fe06a5c97c9840.zip |
Add statistics section in about page
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 65e0f21a4..f6991a66d 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -61,6 +61,7 @@ import { | |||
61 | } from '@ng-bootstrap/ng-bootstrap' | 61 | } from '@ng-bootstrap/ng-bootstrap' |
62 | import { RemoteSubscribeComponent, SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' | 62 | import { RemoteSubscribeComponent, SubscribeButtonComponent, UserSubscriptionService } from '@app/shared/user-subscription' |
63 | import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component' | 63 | import { InstanceFeaturesTableComponent } from '@app/shared/instance/instance-features-table.component' |
64 | import { InstanceStatisticsComponent } from '@app/shared/instance/instance-statistics.component' | ||
64 | import { OverviewService } from '@app/shared/overview' | 65 | import { OverviewService } from '@app/shared/overview' |
65 | import { UserBanModalComponent } from '@app/shared/moderation' | 66 | import { UserBanModalComponent } from '@app/shared/moderation' |
66 | import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component' | 67 | import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component' |
@@ -157,6 +158,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co | |||
157 | SubscribeButtonComponent, | 158 | SubscribeButtonComponent, |
158 | RemoteSubscribeComponent, | 159 | RemoteSubscribeComponent, |
159 | InstanceFeaturesTableComponent, | 160 | InstanceFeaturesTableComponent, |
161 | InstanceStatisticsComponent, | ||
160 | FeatureBooleanComponent, | 162 | FeatureBooleanComponent, |
161 | UserBanModalComponent, | 163 | UserBanModalComponent, |
162 | UserModerationDropdownComponent, | 164 | UserModerationDropdownComponent, |
@@ -224,6 +226,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co | |||
224 | SubscribeButtonComponent, | 226 | SubscribeButtonComponent, |
225 | RemoteSubscribeComponent, | 227 | RemoteSubscribeComponent, |
226 | InstanceFeaturesTableComponent, | 228 | InstanceFeaturesTableComponent, |
229 | InstanceStatisticsComponent, | ||
227 | UserBanModalComponent, | 230 | UserBanModalComponent, |
228 | UserModerationDropdownComponent, | 231 | UserModerationDropdownComponent, |
229 | TopMenuDropdownComponent, | 232 | TopMenuDropdownComponent, |