mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
4 Commits
42b60e6c5b
...
14abc76fbc
Author | SHA1 | Date | |
---|---|---|---|
|
14abc76fbc | ||
|
9a621e3e17 | ||
|
9e7ecc4fa4 | ||
|
e74e881a65 |
@ -5,7 +5,9 @@
|
||||
</div>
|
||||
|
||||
> [!CAUTION]
|
||||
> 与哪吒监控 V1 暂不兼容,请保持在 V0 版本。
|
||||
> 此为 V0 兼容版本,V1 版本 issue 也可提出
|
||||
>
|
||||
> 有关 V1 版本 pr 可移步 https://github.com/hamster1963/nezha-dash-react
|
||||
|
||||
### 部署
|
||||
|
||||
|
@ -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