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:
@@ -34,7 +34,7 @@
|
||||
|
||||
div(*ngIf="local")
|
||||
div(*ngIf="mocks === undefined")
|
||||
fa-icon([icon]="spinnerIcon" [fixedWidth]="true" [spin]="true")
|
||||
fa-icon([icon]="spinnerIcon" [fixedWidth]="true" animation="spin")
|
||||
| Loading mock logins
|
||||
.btn-group.dropdown(dropdown *ngIf="mocks !== undefined")
|
||||
button.btn.btn-lg.btn-dark.dropdown-toggle(dropdownToggle)
|
||||
|
||||
Reference in New Issue
Block a user