]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/video-redundancies-list/video-redundancy-information.component.html
Display video redundancy entries as table link objects
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancy-information.component.html
index a379520e3270515bf4d00a9881a2122b8aaf844c..9de6e4661bba93fc7aeb8eb4deff81495a16a412 100644 (file)
@@ -17,8 +17,3 @@
   <span class="label">Size</span>
   <span>{{ redundancyElement.size | bytes: 1 }}</span>
 </div>
-
-<div *ngIf="redundancyElement.strategy">
-  <span class="label">Strategy</span>
-  <span>{{ redundancyElement.strategy }}</span>
-</div>