]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-watch/video-watch.component.html
Add loader indication when loading videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.html
CommitLineData
dc8bc31b 1<div class="embed-responsive embed-responsive-19by9">
e56b20f5 2 <my-loader [loading]="loading"></my-loader>
dc8bc31b 3</div>
da932efc 4
8cfecb2a 5<div id="torrent-info">
9ced64e0
C
6 <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
7 <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
8 <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
8cfecb2a 9<div>