mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
4 lines
179 B
HTML
4 lines
179 B
HTML
<div *ngIf="loading$ | async" class="center-spinner">
|
|
<ion-spinner color="warning" name="lines"></ion-spinner>
|
|
<ion-label class="long-message">{{ message }}</ion-label>
|
|
</div> |