From 14902f8a86c78b3f483e27cbe4247e7cf8f866a2 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 08:49:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A8=AA=E7=89=88=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E5=B7=A6=E4=B8=8B=E8=A7=92=E6=97=B6=E9=97=B4(=E5=8F=B3?= =?UTF-8?q?=E4=B8=8B=E8=A7=92=E5=B7=B2=E6=9C=89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index c2fceef..026cbc8 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -187,7 +187,6 @@ (sysInfo.trim() ? '
'+esc(sysInfo)+'
' : '')+ '
'+esc(n.url||'')+'
'+ (n.notes ? '
📝 '+esc(n.notes)+'
' : '')+ - '
'+ ''+ '
'+ '
CPU 0%
'+ @@ -256,8 +255,6 @@ } var infoR = card.querySelector('.col-info'); if (infoR) infoR.textContent = (n.last_seen ? new Date(n.last_seen*1000).toLocaleTimeString() : '—'); - var timeEl = card.querySelector('.node-time'); - if (timeEl) timeEl.innerHTML = '
'+(n.last_seen ? new Date(n.last_seen*1000).toLocaleTimeString() : '—')+'
'; } else { // 网格模式 — oldCpu/oldMem 已在上面读取(在setAttribute之前) var hasMetricBar = body.querySelector('.metric-bar');