mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix nav to show from market and add more disk info
This commit is contained in:
committed by
Aiden McClelland
parent
5b7cd2a565
commit
ab728424a8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user