aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-05-08 18:41:32 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-05-08 18:41:32 +0200
commitb72ec06bbe16c17d3af936b59b046cfe6513b977 (patch)
tree6fa8f33bc7373d00b326c3b4a364db7a99842533 /client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
parent1d26d05fd9e919b94a57b7c09cda101fde664d5f (diff)
downloadPeerTube-b72ec06bbe16c17d3af936b59b046cfe6513b977.tar.gz
PeerTube-b72ec06bbe16c17d3af936b59b046cfe6513b977.tar.zst
PeerTube-b72ec06bbe16c17d3af936b59b046cfe6513b977.zip
Display video redundancy entries as table link objects
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>