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';