aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html')
-rw-r--r--client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html b/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
index a379520e3..9de6e4661 100644
--- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
+++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
@@ -17,8 +17,3 @@
17 <span class="label">Size</span> 17 <span class="label">Size</span>
18 <span>{{ redundancyElement.size | bytes: 1 }}</span> 18 <span>{{ redundancyElement.size | bytes: 1 }}</span>
19</div> 19</div>
20
21<div *ngIf="redundancyElement.strategy">
22 <span class="label">Strategy</span>
23 <span>{{ redundancyElement.strategy }}</span>
24</div>