]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
da932efc
C
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
dc8bc31b
C
6<div class="embed-responsive embed-responsive-19by9">
7</div>
da932efc 8
8cfecb2a 9<div id="torrent-info">
9ced64e0
C
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>
8cfecb2a 13<div>