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
71212aaeaa
@ -209,7 +209,7 @@ export default function ServerDetailClient({
|
||||
{data.status.Load1} / {data.status.Load5} /{" "}
|
||||
{data.status.Load15}
|
||||
</div>
|
||||
) : null}
|
||||
) : <div className="text-xs">Unknown</div>}
|
||||
</section>
|
||||
</CardContent>
|
||||
</Card>
|
||||
@ -222,7 +222,7 @@ export default function ServerDetailClient({
|
||||
{" "}
|
||||
{formatBytes(data.status.NetOutTransfer)}{" "}
|
||||
</div>
|
||||
) : null}
|
||||
) : <div className="text-xs">Unknown</div>}
|
||||
</section>
|
||||
</CardContent>
|
||||
</Card>
|
||||
@ -235,7 +235,7 @@ export default function ServerDetailClient({
|
||||
{" "}
|
||||
{formatBytes(data.status.NetInTransfer)}{" "}
|
||||
</div>
|
||||
) : null}
|
||||
) : <div className="text-xs">Unknown</div>}
|
||||
</section>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.1-fix",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user