]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/components/watch/videos-watch.component.html
Make the sort/results bar less ugly
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / watch / videos-watch.component.html
1 <!-- Loader -->
2 <div id="video-loading" class="col-md-12 text-center" *ngIf="loading">
3 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
4 </div>
5
6 <div class="embed-responsive embed-responsive-19by9">
7 </div>
8
9 <div id="torrent-info">
10 <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
11 <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
12 <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
13 <div>