get label

This commit is contained in:
Drew Ansbacher
2021-09-14 09:24:29 -06:00
committed by Aiden McClelland
parent 77495cb674
commit 1dbef9d689
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<ion-icon slot="start" name="save-outline"></ion-icon>
<ion-label class="ion-text-wrap">
<h1>{{ drive.logicalname }}</h1>
<h2 style="min-height: 19px;">{{ getLabelLabel(drive) }}</h2>
<h2 style="min-height: 19px;">{{ getLabel(drive) }}</h2>
<p> Using {{ getUsage(drive) }} of {{drive.capacity.toFixed(2)}} GiB</p>
</ion-label>
</ion-item>