]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/watch/videos-watch.component.html
Add torrent informations (speed...) below the video
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / watch / videos-watch.component.html
index e4722275102d53d5a73a7db6cb8a6067267e1b58..1ec0b1e1954e7b7a4b650a5bae6afcedbcc41bf9 100644 (file)
@@ -1,2 +1,7 @@
 <div class="embed-responsive embed-responsive-19by9">
 </div>
+<div id="torrent-info">
+  <div>Download: {{ downloadSpeed | bytes }}/s</div>
+  <div>Upload: {{ uploadSpeed | bytes }}/s</div>
+  <div>Number of peers: {{ numPeers }}</div>
+<div>