From 3cbb4661be2e224e0d6461f7ca6f31def756ef84 Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Thu, 21 Dec 2023 15:18:21 +0200 Subject: [PATCH] b --- .../hyper-ide/components/ide-tree/ide-tree.component.ts | 2 ++ .../parametrise-action-dialog.component.html | 6 +++++- .../parametrise-action-dialog.component.ts | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/protected/create/hyper-ide/components/ide-tree/ide-tree.component.ts b/frontend/src/app/components/protected/create/hyper-ide/components/ide-tree/ide-tree.component.ts index b8e23307ac..5061c3875c 100644 --- a/frontend/src/app/components/protected/create/hyper-ide/components/ide-tree/ide-tree.component.ts +++ b/frontend/src/app/components/protected/create/hyper-ide/components/ide-tree/ide-tree.component.ts @@ -212,6 +212,8 @@ export class IdeTreeComponent implements OnInit { disableClose: true, data: { input: result.input, + description: el.description, + name: el.name, }, }).afterClosed().subscribe((data: any) => { if (data) { diff --git a/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/parametrise-action-dialog.component.html b/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/parametrise-action-dialog.component.html index b31fa76d61..a6e20c5e79 100644 --- a/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/parametrise-action-dialog.component.html +++ b/frontend/src/app/components/protected/create/hyper-ide/components/parametrise-action-dialog/parametrise-action-dialog.component.html @@ -1,4 +1,4 @@ -

Arguments to action

+

Arguments to {{data.name}}

Arguments to action
+

+ {{data.description}} +

+