fix nav to show from market and add more disk info

This commit is contained in:
Matt Hill
2021-09-12 06:17:05 -06:00
committed by Aiden McClelland
parent 5b7cd2a565
commit ab728424a8
9 changed files with 195 additions and 168 deletions

View File

@@ -13,5 +13,5 @@
<div *ngIf="loading$ | async" class="center-spinner">
<ion-spinner color="warning" name="lines"></ion-spinner>
<ion-label class="long-message">{{label}}</ion-label>
<ion-label class="long-message">{{ label }}</ion-label>
</div>