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