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} : null}
<ProcessChart <MemChart
now={nezhaWsData.now} now={nezhaWsData.now}
data={server} data={server}
messageHistory={messageHistory} messageHistory={messageHistory}
@@ -127,7 +127,7 @@ export default function ServerDetailChart({
data={server} data={server}
messageHistory={messageHistory} messageHistory={messageHistory}
/> />
<MemChart <ProcessChart
now={nezhaWsData.now} now={nezhaWsData.now}
data={server} data={server}
messageHistory={messageHistory} messageHistory={messageHistory}