aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch/videos-watch.component.html
blob: 9e8f50908d97a374d49626a404378b50feae0b3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Loader -->
<div id="video-loading" class="col-md-12 text-center" *ngIf="loading">
  <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
</div>

<div class="embed-responsive embed-responsive-19by9">
</div>

<div id="torrent-info">
  <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
  <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
  <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
<div>