mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Merge branch 'main' into cloudflare
This commit is contained in:
commit
a104039cb3
@ -206,8 +206,9 @@ export default function ServerDetailClient({
|
||||
<p className="text-xs text-muted-foreground">{t("Load")}</p>
|
||||
{data.status.NetInTransfer ? (
|
||||
<div className="text-xs">
|
||||
{data.status.Load1} / {data.status.Load5} /{" "}
|
||||
{data.status.Load15}
|
||||
{data.status.Load1.toFixed(2)} /{" "}
|
||||
{data.status.Load5.toFixed(2)} /{" "}
|
||||
{data.status.Load15.toFixed(2)}
|
||||
</div>
|
||||
) : (
|
||||
<div className="text-xs">Unknown</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.2-fix",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user