-
-
-
{t("CPU")}
-
- {cpu.toFixed(2)}%
-
-
-
-
-
{t("Mem")}
-
- {mem.toFixed(2)}%
-
-
-
-
-
{t("STG")}
-
- {stg.toFixed(2)}%
-
-
-
-
-
{t("Upload")}
-
- {up.toFixed(2)}M/s
-
-
-
-
{t("Download")}
-
- {down.toFixed(2)}M/s
-
-
-
- {showNetTransfer && (
-
{
- router.push(`/${locale}/network/${id}`);
- }}
- className={"flex items-center justify-between gap-1"}
+
+
-
- {t("Upload")}:{formatBytes(serverInfo.status.NetOutTransfer)}
-
-
- {t("Download")}:{formatBytes(serverInfo.status.NetInTransfer)}
-
+ {showFlag ? : null}
+
+
+ {name}
+
+
+
+
+
+
{t("CPU")}
+
+ {cpu.toFixed(2)}%
+
+
+
+
+
{t("Mem")}
+
+ {mem.toFixed(2)}%
+
+
+
+
+
{t("STG")}
+
+ {stg.toFixed(2)}%
+
+
+
+
+
{t("Upload")}
+
+ {up.toFixed(2)}M/s
+
+
+
+
{t("Download")}
+
+ {down.toFixed(2)}M/s
+
+
- )}
-
-
+ {showNetTransfer && (
+
{
+ router.push(`/${locale}/network/${id}`);
+ }}
+ className={"flex items-center justify-between gap-1"}
+ >
+
+ {t("Upload")}:{formatBytes(serverInfo.status.NetOutTransfer)}
+
+
+ {t("Download")}:{formatBytes(serverInfo.status.NetInTransfer)}
+
+
+ )}
+
+