PeerTube/client/angular/videos/components/watch/videos-watch.component.html

14 lines
410 B
HTML
Raw Normal View History

2016-04-29 12:18:14 +00:00
<!-- Loader -->
<div id="video-loading" class="col-md-12 text-center" *ngIf="loading">
<div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
</div>
2016-03-14 12:50:19 +00:00
<div class="embed-responsive embed-responsive-19by9">
</div>
2016-04-29 12:18:14 +00:00
<div id="torrent-info">
<div>Download: {{ downloadSpeed | bytes }}/s</div>
<div>Upload: {{ uploadSpeed | bytes }}/s</div>
<div>Number of peers: {{ numPeers }}</div>
<div>