mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
No commits in common. "14abc76fbc1e83add28adc25d222a11aca4025fa" and "42b60e6c5bd9a57461543a94bf76130a941945df" have entirely different histories.
14abc76fbc
...
42b60e6c5b
@ -5,9 +5,7 @@
|
||||
</div>
|
||||
|
||||
> [!CAUTION]
|
||||
> 此为 V0 兼容版本,V1 版本 issue 也可提出
|
||||
>
|
||||
> 有关 V1 版本 pr 可移步 https://github.com/hamster1963/nezha-dash-react
|
||||
> 与哪吒监控 V1 暂不兼容,请保持在 V0 版本。
|
||||
|
||||
### 部署
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.6.2-fix",
|
||||
"version": "1.6.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user