fix: swap ProcessChart and MemChart components in ServerDetailChart

This commit is contained in:
hamster1963
2026-01-07 17:46:32 +08:00
parent af9926e774
commit 76590a6bd0
+2 -2
View File
@@ -117,7 +117,7 @@ export default function ServerDetailChart({
/>
))
: null}
<ProcessChart
<MemChart
now={nezhaWsData.now}
data={server}
messageHistory={messageHistory}
@@ -127,7 +127,7 @@ export default function ServerDetailChart({
data={server}
messageHistory={messageHistory}
/>
<MemChart
<ProcessChart
now={nezhaWsData.now}
data={server}
messageHistory={messageHistory}