changes for 0.2.7

This commit is contained in:
Matt Hill
2020-12-03 09:16:38 -07:00
committed by Keagan McClelland
parent 2b4c456c5d
commit ab6aadc3b4
9 changed files with 1204 additions and 852 deletions

View File

@@ -29,7 +29,12 @@
</ion-label>
</ion-item>
<ion-item-group>
<ion-item-group *ngIf="($hasMetrics$ | async) === true">
<ion-item *ngIf="app.status !== 'RUNNING'" class="ion-margin-bottom">
<ion-label class="ion-text-wrap">
<p><ion-text color="warning">{{ app.title }} is not running. Properties could be innacurate.</ion-text></p>
</ion-label>
</ion-item>
<div *ngFor="let keyval of $metrics$ | async | keyvalue: asIsOrder">
<!-- object -->
<ion-item button detail="false" *ngIf="keyval.value.type === 'object'" (click)="goToNested(keyval.key)">