diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 14:46:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 15:00:00 +0200 |
commit | a14c176472614874586cbc64cf25e82bbdc52868 (patch) | |
tree | 4337dd95e506c6dd886f9668802c9b2d59be1719 /client/src/app/shared/shared-main/loaders/small-loader.component.html | |
parent | 5efa5df212f1c739e259709706a913535c32df52 (diff) | |
download | PeerTube-a14c176472614874586cbc64cf25e82bbdc52868.tar.gz PeerTube-a14c176472614874586cbc64cf25e82bbdc52868.tar.zst PeerTube-a14c176472614874586cbc64cf25e82bbdc52868.zip |
Use bootstrap loader
Diffstat (limited to 'client/src/app/shared/shared-main/loaders/small-loader.component.html')
-rw-r--r-- | client/src/app/shared/shared-main/loaders/small-loader.component.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-main/loaders/small-loader.component.html b/client/src/app/shared/shared-main/loaders/small-loader.component.html deleted file mode 100644 index 7886f8918..000000000 --- a/client/src/app/shared/shared-main/loaders/small-loader.component.html +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | <div class="root" *ngIf="loading"> | ||
2 | <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div> | ||
3 | </div> | ||