From 9df70e54858bc82b45c7c68f04e1603e26323e40 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 2 May 2025 20:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20StorageCard.vue=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=AE=80=E5=8C=96=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E4=BB=A3=E7=A0=81=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/StorageCard.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/cards/StorageCard.vue b/src/components/cards/StorageCard.vue index 7bcfbdc8..7b010409 100644 --- a/src/components/cards/StorageCard.vue +++ b/src/components/cards/StorageCard.vue @@ -163,13 +163,8 @@ function onClose() {
{{ storage.name }}
- - +
{{ formatBytes(used, 1) }} / {{ formatBytes(total, 1) }}
+
{{ t('storage.notConfigured') }}