From 41a2aee38cf812510010da09de9bae53590ec119 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 16:23:10 +0200 Subject: Follow the angular styleguide for the directories structure --- client/app/videos/video-watch/video-watch.component.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/app/videos/video-watch/video-watch.component.html (limited to 'client/app/videos/video-watch/video-watch.component.html') diff --git a/client/app/videos/video-watch/video-watch.component.html b/client/app/videos/video-watch/video-watch.component.html new file mode 100644 index 000000000..6c36b27e2 --- /dev/null +++ b/client/app/videos/video-watch/video-watch.component.html @@ -0,0 +1,10 @@ + + +
+
+ +
+
Download: {{ downloadSpeed | bytes }}/s
+
Upload: {{ uploadSpeed | bytes }}/s
+
Number of peers: {{ numPeers }}
+
-- cgit v1.2.3