diff options
Diffstat (limited to 'client/app/videos/video-watch/video-watch.component.html')
-rw-r--r-- | client/app/videos/video-watch/video-watch.component.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/app/videos/video-watch/video-watch.component.html b/client/app/videos/video-watch/video-watch.component.html new file mode 100644 index 000000000..6c36b27e2 --- /dev/null +++ b/client/app/videos/video-watch/video-watch.component.html | |||
@@ -0,0 +1,10 @@ | |||
1 | <my-loader [loading]="loading"></my-loader> | ||
2 | |||
3 | <div class="embed-responsive embed-responsive-19by9"> | ||
4 | </div> | ||
5 | |||
6 | <div id="torrent-info"> | ||
7 | <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div> | ||
8 | <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div> | ||
9 | <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div> | ||
10 | <div> | ||