aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc/small-loader.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/misc/small-loader.component.html')
-rw-r--r--client/src/app/shared/misc/small-loader.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/misc/small-loader.component.html b/client/src/app/shared/misc/small-loader.component.html
index 5a7cea738..7886f8918 100644
--- a/client/src/app/shared/misc/small-loader.component.html
+++ b/client/src/app/shared/misc/small-loader.component.html
@@ -1,3 +1,3 @@
1<div *ngIf="loading"> 1<div class="root" *ngIf="loading">
2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div> 2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3</div> 3</div>