aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/video-redundancies-list
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/video-redundancies-list')
-rw-r--r--client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html2
-rw-r--r--client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html
index 6d6384829..d0095a01e 100644
--- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html
+++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html
@@ -86,7 +86,7 @@
86 86
87 87
88<div class="redundancies-charts" *ngIf="isDisplayingRemoteVideos()"> 88<div class="redundancies-charts" *ngIf="isDisplayingRemoteVideos()">
89 <div class="form-sub-title" i18n>Enabled strategies stats</div> 89 <h6 i18n>Enabled strategies stats</h6>
90 90
91 <div class="chart-blocks"> 91 <div class="chart-blocks">
92 92
diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts
index 2f87c6743..c862cd250 100644
--- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts
+++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.ts
@@ -10,7 +10,7 @@ import { VideosRedundancyStats } from '@shared/models/server'
10@Component({ 10@Component({
11 selector: 'my-video-redundancies-list', 11 selector: 'my-video-redundancies-list',
12 templateUrl: './video-redundancies-list.component.html', 12 templateUrl: './video-redundancies-list.component.html',
13 styleUrls: [ '../follows.component.scss', './video-redundancies-list.component.scss' ] 13 styleUrls: [ './video-redundancies-list.component.scss' ]
14}) 14})
15export class VideoRedundanciesListComponent extends RestTable implements OnInit { 15export class VideoRedundanciesListComponent extends RestTable implements OnInit {
16 private static LOCAL_STORAGE_DISPLAY_TYPE = 'video-redundancies-list-display-type' 16 private static LOCAL_STORAGE_DISPLAY_TYPE = 'video-redundancies-list-display-type'