mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-05-06 05:48:41 +00:00
fix: swap ProcessChart and MemChart components in ServerDetailChart
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user