feat: refactor overview button

This commit is contained in:
hamster1963
2024-12-06 22:55:13 +08:00
parent 1d9e59a9df
commit a3bbd7b2eb
10 changed files with 170 additions and 21 deletions

View File

@@ -110,8 +110,8 @@ export default function ServerDetailChart({
gpuName={`#${index + 1}`}
key={index}
/>
)
)) : (
))
) : (
<></>
)}
<ProcessChart now={nezhaWsData.now} data={server} />