From 0735559b1aeae196b8ce09942b3b9d072fa7c179 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 11:36:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Sentinel=20JS=20=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E9=97=AD=E5=90=88=E6=8B=AC=E5=8F=B7=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 9475b9f..42eaaaa 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -462,6 +462,5 @@ function bar(v) { return v < 60 ? 'bar-green' : (v < 85 ? 'bar-yellow' : 'bar-re ''+ ''; }).join(""); - } - + })