From 779c78ad92dcddf5ff65d046bb0237418a9d850c Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 10:48:54 +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=20(=E7=9C=9F=E6=AD=A3?= =?UTF-8?q?=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index d0a010c..780a73d 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -359,7 +359,6 @@ animateValue(body.querySelector('.mem-val'), oldMem, memVal, 1, '%'); card.querySelector('.node-time').innerHTML = '
'+(n.last_seen ? new Date(n.last_seen*1000).toLocaleTimeString() : '—')+'
'; } - }); } function bar(v) { return v < 60 ? 'bar-green' : (v < 85 ? 'bar-yellow' : 'bar-red'); }