From cab687f797ad8f8327d24908ab141d777cc44b55 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 10:47:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Sentinel=20JS=20=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E9=97=AD=E5=90=88=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 84f59a0..d0a010c 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -260,7 +260,6 @@ var oldCpu = parseFloat(body.getAttribute('data-cpu')||(sys.cpu||{}).percent||0); var oldMem = parseFloat(body.getAttribute('data-mem')||(sys.memory||{}).percent||0); - body.setAttribute('data-cpu', (sys.cpu||{}).percent||0); body.setAttribute('data-mem', (sys.memory||{}).percent||0); if (isRow) {