mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Add simple arrow tags to inbound and outbound network traffic to avoid confusion.
This commit is contained in:
parent
b4dcb94685
commit
cac5a13c3b
@ -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")}
|
||||
|
Loading…
Reference in New Issue
Block a user