From a79af7484d192d264d0b5d12034e64411c6615c7 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 11:51:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Sentinel=20JS=20=E4=B8=A5=E6=A0=BC?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E4=BF=AE=E5=A4=8D=20=E2=80=94=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=AD=97=E9=9D=A2=E9=87=8F=E5=86=85=E7=9A=84=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 42eaaaa..f637409 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -462,5 +462,5 @@ function bar(v) { return v < 60 ? 'bar-green' : (v < 85 ? 'bar-yellow' : 'bar-re ''+ ''; }).join(""); - }) + }))