mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
10 lines
328 B
HTML
10 lines
328 B
HTML
<p
|
|
[style.color]="disconnected ? 'gray' : 'var(--ion-color-' + rendering.color + ')'"
|
|
[style.font-size]="size"
|
|
[style.font-style]="style"
|
|
[style.font-weight]="weight"
|
|
>
|
|
{{ disconnected ? 'Unknown' : rendering.display }}
|
|
<ion-spinner *ngIf="rendering.showDots" class="dots dots-small" name="dots"></ion-spinner>
|
|
</p>
|