mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Fix spinner
This commit is contained in:
@@ -25,7 +25,7 @@ ng-template(#searchTooltip)
|
||||
|
||||
.d-block.d-sm-flex.justify-content-end
|
||||
.table-loader.text-muted.flex-grow-1.text-left(*ngIf="loading")
|
||||
fa-icon.mr-1([icon]="spinnerIcon" [spin]="true")
|
||||
fa-icon.mr-1([icon]="spinnerIcon" animation="spin")
|
||||
| Loading...
|
||||
strong.text-muted.mr-3(style="margin-top: 6px")
|
||||
| {{totalItems > 900000000 ? '---' : totalItems}}
|
||||
|
||||
Reference in New Issue
Block a user