Add simple arrow tags to inbound and outbound network traffic to avoid confusion.

This commit is contained in:
Kinsue 2024-10-19 04:30:53 +00:00
parent b4dcb94685
commit cac5a13c3b

View File

@ -57,7 +57,7 @@ export default function ServerCardPopover({
/>
<ServerCardPopoverCard
title={t("Network")}
content={`${formatBytes(status.NetOutTransfer)} / ${formatBytes(status.NetInTransfer)}`}
content={`${formatBytes(status.NetOutTransfer)} / ${formatBytes(status.NetInTransfer)}`}
/>
<ServerCardPopoverCard
title={t("Load")}