From 7d837b6dccc2b03ab67b832ed9c6c3093e7e0d1e Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 5 Nov 2024 17:36:06 +0800 Subject: [PATCH] fix(overview): bandwidth show on mobile --- app/(main)/ClientComponents/ServerOverviewClient.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(main)/ClientComponents/ServerOverviewClient.tsx b/app/(main)/ClientComponents/ServerOverviewClient.tsx index 44407a3..d3ac1d1 100644 --- a/app/(main)/ClientComponents/ServerOverviewClient.tsx +++ b/app/(main)/ClientComponents/ServerOverviewClient.tsx @@ -110,11 +110,11 @@ export default function ServerOverviewClient() { {t("p_3463-3530_Totalbandwidth")}
{data?.result ? ( -
+
↑{formatBytes(data?.total_out_bandwidth)}
+
↓{formatBytes(data?.total_in_bandwidth)}