diff options
Diffstat (limited to 'client/angular/videos/loader.component.html')
-rw-r--r-- | client/angular/videos/loader.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/angular/videos/loader.component.html b/client/angular/videos/loader.component.html new file mode 100644 index 000000000..d02296a2d --- /dev/null +++ b/client/angular/videos/loader.component.html | |||
@@ -0,0 +1,3 @@ | |||
1 | <div id="video-loading" class="col-md-12 text-center" *ngIf="loading"> | ||
2 | <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div> | ||
3 | </div> | ||