-
{t("Download")}
-
- {down.toFixed(2)}M/s
+
+
{t("Download")}
+
+ {down.toFixed(2)}M/s
+
-
-
+
+ {showNetTransfer && (
+
{
+ router.push(`/${locale}/${id}`);
+ }}
+ className={"flex items-center justify-between gap-1"}
+ >
+
+ {t("Upload")}:{formatBytes(serverInfo.status.NetInTransfer)}
+
+
+ {t("Download")}:{formatBytes(serverInfo.status.NetOutTransfer)}
+
+
+ )}
+