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

@@ -52,6 +52,11 @@
<ion-item-group>
<div *ngFor="let disk of disks">
<ion-item-divider>{{ disk.logicalname }} - {{ disk.capacity | convertBytes }}</ion-item-divider>
<p class="item-subdivider" *ngIf="disk.vendor || disk.model">
{{ disk.vendor }}
<span *ngIf="disk.vendor && disk.model"> - </span>
{{ disk.model }}
</p>
<ion-item button *ngFor="let partition of disk.partitions" (click)="presentModal(partition.logicalname)">
<ion-icon slot="start" name="save-outline" size="large"></ion-icon>
<ion-label>