From 62bb45d5ac2fb3c364ccac7d910da63b97d145d1 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 16 Nov 2023 17:07:08 +0100 Subject: [PATCH] conditional storage (nfs mount for example are not supported) --- components/SystemStats.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/SystemStats.vue b/components/SystemStats.vue index 9a65b9b5..ab222234 100644 --- a/components/SystemStats.vue +++ b/components/SystemStats.vue @@ -46,7 +46,7 @@
{{ fileSize(sysStat.network?.total_out) }}
-
+
Storage
Device: {{ sysStat.storage?.path }}
@@ -55,6 +55,7 @@
Used: {{ fileSize(sysStat.storage?.used) }}
+