Release govoplan-ops v0.1.22: unify interface contracts and documentation
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-09-08 01:32:48 +02:00
parent ac6b211827
commit 489d44d18d
7 changed files with 22 additions and 11 deletions
+4 -1
View File
@@ -399,7 +399,10 @@ function RuntimeNodeTable({
{
id: "actions",
header: "",
width: 56,
width: 72,
sticky: "end",
resizable: false,
align: "right",
value: (node) => node.state,
render: (node) => {
const busy = busyNodeId === node.node_id;