fix: Sentinel JS 缺失闭合括号修复
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user