fix: Sentinel JS 缺失闭合括号修复

This commit is contained in:
qinglong
2026-06-14 11:36:00 +08:00
parent 3d001fd204
commit 0735559b1a
+1 -2
View File
@@ -462,6 +462,5 @@ function bar(v) { return v < 60 ? 'bar-green' : (v < 85 ? 'bar-yellow' : 'bar-re
'<button class="btn btn-sm btn-outlined" style="color:var(--error)" onclick="deleteNode(\''+esc(n.id)+'\',\''+esc(n.name)+'\')">✕</button>'+
'</div>';
}).join("");
}
</script>
})</script>
</div>