aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch/videos-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-28 20:40:56 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-28 20:40:56 +0200
commit8cfecb2ad70062edd448b00c57db241ad3d257cc (patch)
tree3e8b8c4adc23977601b7c5ea87eee08857ce2a3c /client/angular/videos/components/watch/videos-watch.component.html
parentcb11e775705392df4e2b5529447a5b439338beaf (diff)
downloadPeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.tar.gz
PeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.tar.zst
PeerTube-8cfecb2ad70062edd448b00c57db241ad3d257cc.zip
Add torrent informations (speed...) below the video
Diffstat (limited to 'client/angular/videos/components/watch/videos-watch.component.html')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.html b/client/angular/videos/components/watch/videos-watch.component.html
index e47222751..1ec0b1e19 100644
--- a/client/angular/videos/components/watch/videos-watch.component.html
+++ b/client/angular/videos/components/watch/videos-watch.component.html
@@ -1,2 +1,7 @@
1<div class="embed-responsive embed-responsive-19by9"> 1<div class="embed-responsive embed-responsive-19by9">
2</div> 2</div>
3<div id="torrent-info">
4 <div>Download: {{ downloadSpeed | bytes }}/s</div>
5 <div>Upload: {{ uploadSpeed | bytes }}/s</div>
6 <div>Number of peers: {{ numPeers }}</div>
7<div>