Compare commits

..

No commits in common. "a104039cb3d837912b5f7132e3676da9804e3259" and "9232a876c3d016682745ad14023cfeafd1629540" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -206,9 +206,8 @@ export default function ServerDetailClient({
<p className="text-xs text-muted-foreground">{t("Load")}</p>
{data.status.NetInTransfer ? (
<div className="text-xs">
{data.status.Load1.toFixed(2)} /{" "}
{data.status.Load5.toFixed(2)} /{" "}
{data.status.Load15.toFixed(2)}
{data.status.Load1} / {data.status.Load5} /{" "}
{data.status.Load15}
</div>
) : (
<div className="text-xs">Unknown</div>

View File

@ -1,6 +1,6 @@
{
"name": "nezha-dash",
"version": "1.6.2-fix",
"version": "1.6.2",
"private": true,
"scripts": {
"dev": "next dev -p 3040",