diff options
Diffstat (limited to 'client/src/app/shared/misc/small-loader.component.html')
-rw-r--r-- | client/src/app/shared/misc/small-loader.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/misc/small-loader.component.html b/client/src/app/shared/misc/small-loader.component.html new file mode 100644 index 000000000..5a7cea738 --- /dev/null +++ b/client/src/app/shared/misc/small-loader.component.html | |||
@@ -0,0 +1,3 @@ | |||
1 | <div *ngIf="loading"> | ||
2 | <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div> | ||
3 | </div> | ||