From 9a3e2aeda83fcd2acd263f3a41971264a3d074d6 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sat, 13 Jun 2026 22:12:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20MiniChart=20=E4=BB=A3=E7=A0=81=E4=BB=8E?= =?UTF-8?q?=20innerHTML=20=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=8B=BC=E6=8E=A5?= =?UTF-8?q?=E4=B8=AD=E7=A7=BB=E5=87=BA=20(=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF)?= 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 9c0999c..f3d4c9a 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -231,6 +231,7 @@ '
'+ '
'+ '
'+ + ''; if (typeof MiniChart !== "undefined") { _chartInstances[id] = [ new MiniChart(body.querySelector(".chart-cpu"), "#7aa2f7"), @@ -238,8 +239,6 @@ new MiniChart(body.querySelector(".chart-net"), "#e0af68"), ]; } - ''+ - ''; } else { body.innerHTML = '
'+