From 2c4cf3aebea9b7c11130d699c46838901e8422c5 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sun, 1 Dec 2024 16:56:01 +0800 Subject: [PATCH] fix(detail): unknown text --- app/(main)/ClientComponents/ServerDetailClient.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(main)/ClientComponents/ServerDetailClient.tsx b/app/(main)/ClientComponents/ServerDetailClient.tsx index 0e2a5a0..07f8e63 100644 --- a/app/(main)/ClientComponents/ServerDetailClient.tsx +++ b/app/(main)/ClientComponents/ServerDetailClient.tsx @@ -209,7 +209,7 @@ export default function ServerDetailClient({ {data.status.Load1} / {data.status.Load5} /{" "} {data.status.Load15} - ) : null} + ) :
Unknown
} @@ -222,7 +222,7 @@ export default function ServerDetailClient({ {" "} {formatBytes(data.status.NetOutTransfer)}{" "} - ) : null} + ) :
Unknown
} @@ -235,7 +235,7 @@ export default function ServerDetailClient({ {" "} {formatBytes(data.status.NetInTransfer)}{" "} - ) : null} + ) :
Unknown
}