mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: popover content
This commit is contained in:
parent
64d110b88f
commit
8b096fe080
@ -43,7 +43,7 @@ export default function ServerCardPopover({
|
||||
/>
|
||||
<ServerCardPopoverCard
|
||||
title="Mem"
|
||||
content={`${formatBytes(host.MemTotal)} / ${formatBytes(status.MemUsed)}`}
|
||||
content={`${formatBytes(status.MemUsed)} / ${formatBytes(host.MemTotal)}`}
|
||||
/>
|
||||
<ServerCardPopoverCard
|
||||
title="STG"
|
||||
@ -55,7 +55,7 @@ export default function ServerCardPopover({
|
||||
/>
|
||||
<ServerCardPopoverCard
|
||||
title="Network"
|
||||
content={`${formatBytes(status.NetInTransfer)} / ${formatBytes(status.NetOutTransfer)}`}
|
||||
content={`${formatBytes(status.NetOutTransfer)} / ${formatBytes(status.NetInTransfer)}`}
|
||||
/>
|
||||
<ServerCardPopoverCard
|
||||
title="Load"
|
||||
|
Loading…
Reference in New Issue
Block a user