fix(hwlab-node): allow diagnostics node op

This commit is contained in:
lyon
2026-06-25 10:35:53 +08:00
parent 8bf7aa9df0
commit 94a73dd0c5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ export const HWPOD_NODE_OPS = new Set([
"node.health",
"node.version",
"node.inventory",
"node.diagnostics",
"workspace.ls",
"workspace.cat",
"workspace.rg",