health name off manifest (#1064)

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
Drew Ansbacher
2022-01-13 13:36:28 -07:00
committed by Aiden McClelland
parent 63e03f7bd7
commit 87f9078b54

View File

@@ -70,7 +70,7 @@
slot="start" slot="start"
></ion-spinner> ></ion-spinner>
<ion-label> <ion-label>
<h2 class="bold">{{ health.key }}</h2> <h2 class="bold">{{ pkg.manifest['health-checks'][health.key].name }}</h2>
<p>Awaiting result...</p> <p>Awaiting result...</p>
</ion-label> </ion-label>
</ng-template> </ng-template>