diff --git a/wwwroot/api/workspace_popup.dspy b/wwwroot/api/workspace_popup.dspy index 28c9e8e..c12b5a2 100644 --- a/wwwroot/api/workspace_popup.dspy +++ b/wwwroot/api/workspace_popup.dspy @@ -48,6 +48,9 @@ async with DBPools().sqlorContext(dbname) as sor: "id": "ws_tree", "options": { "dataurl": entire_url("/pipeline-sdlc/api/workspace_tree.dspy"), + "textField": "label", + "valueField": "id", + "parentField": "parentid", "css": "filler", "padding": "4px", "cheight": "100%"