mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
9 lines
231 B
HTML
9 lines
231 B
HTML
<ion-grid class="full-height">
|
|
<ion-row class="ion-align-items-center ion-text-center full-height">
|
|
<ion-col>
|
|
<ion-spinner color="tertiary"></ion-spinner>
|
|
<p>{{ text }}</p>
|
|
</ion-col>
|
|
</ion-row>
|
|
</ion-grid>
|