From cb4615da803dd7630712905c6b29de06dcf779c1 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 13:58:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20NET=E5=9B=BE=E8=A1=A8=E4=B9=9F2x?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= 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 a30cc27..9408a5e 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -278,7 +278,7 @@ _chartInstances[id].mem = new MiniChart(id+'-mem', '#9ece6a'); _hires(_chartInstances[id].mem); } if (typeof DualLineChart !== 'undefined') { - _chartInstances[id].net = new DualLineChart(id+'-net', '#bb9af7', '#c0a8f0'); + _chartInstances[id].net = new DualLineChart(id+'-net', '#bb9af7', '#c0a8f0'); _hires(_chartInstances[id].net); } } catch(e) {} }