]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/misc/small-loader.component.html
Add ability to list redundancies
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / small-loader.component.html
CommitLineData
b5f919ac 1<div class="root" *ngIf="loading">
b28e4e5e
C
2 <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3</div>