From 65fe9455d5a71badc49f5daf0e1053d3a5c73fc8 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 13:16:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8Dcol-?= =?UTF-8?q?disk=20+=20=E4=BF=AE=E5=A4=8D=E6=AE=8B=E7=95=99=E5=88=86?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index c184ac7..3316cd1 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -73,7 +73,6 @@ #sentinel-grid.layout-row .extra-row { font-size:.8rem;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .extra-row .elabel { font-size:.65rem;color:var(--text-dim);text-transform:uppercase;margin-right:4px } #sentinel-grid.layout-row .extra-row .eval { font-weight:500 } - #sentinel-grid.layout-row .col-disk { display:none;overflow-y:auto;max-height:200px;padding:0 4px } #sentinel-grid.layout-row .disk-list { display:flex;flex-direction:column;gap:4px } #sentinel-grid.layout-row .part-row { display:flex;flex-direction:column;gap:2px;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .part-info { display:flex;justify-content:space-between;font-size:.7rem } @@ -83,7 +82,6 @@ #sentinel-grid.layout-row .part-bar-fill { height:100%;border-radius:1px;background:var(--primary) } #sentinel-grid.layout-row .part-detail { display:flex;justify-content:space-between;font-size:.6rem;color:var(--text-dim) } #sentinel-grid.layout-row .part-pct { text-align:right } - #sentinel-grid.layout-row .col-disk { display:none;overflow-y:auto;max-height:200px;padding:0 4px } #sentinel-grid.layout-row .disk-list { display:flex;flex-direction:column;gap:4px } #sentinel-grid.layout-row .part-row { display:flex;flex-direction:column;gap:2px;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .part-info { display:flex;justify-content:space-between;font-size:.7rem } @@ -259,7 +257,7 @@ '
流量
'+ '
进程
'+ ''+ - '
'; + ; } else { card.innerHTML = '
'+(n.online?'🟢':'🔴')+' '+esc(n.name)+'
'+