From 1e0bf0e00b3f28b4d77eada0157a8b79ef880220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E5=BE=AE?= Date: Thu, 9 Jul 2026 08:38:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20JS=E5=A4=A7=E6=8B=AC=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E5=B9=B3=E8=A1=A1(=E9=87=8D=E5=A4=8Dif=E5=AF=BC=E8=87=B4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mofin_health.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/mofin_health.html b/static/mofin_health.html index 912d88b6..236ead5b 100644 --- a/static/mofin_health.html +++ b/static/mofin_health.html @@ -91,7 +91,6 @@ function renderFeatureTree(tree) { } if (pipes.length > 0) { - if (pipes.length > 0) { pipes.forEach((p, i) => { const indent2 = i===0 ? indent : 'padding-left:'+(depth*20+32)+'px'; const tagCls = p.status==='ok'?'ok':p.status==='error'?'error':'warn';