From f374e82eff36446e93bed1fe2622b5cdac94ec86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20G=C3=B6tz?= <52959657+raphael-goetz@users.noreply.github.com> Date: Sat, 23 May 2026 21:18:34 +0200 Subject: [PATCH 1/2] fix: correct tabler icon --- definitions/draco_rest/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/draco_rest/module.json b/definitions/draco_rest/module.json index 663b441..b1ace6e 100644 --- a/definitions/draco_rest/module.json +++ b/definitions/draco_rest/module.json @@ -14,5 +14,5 @@ ], "documentation": "", "author": "CodeZero", - "icon": "tabler:cube-sent" + "icon": "tabler:cube-send" } From 42d0182a0ed49a87c383f6497e5d0947b937b44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20G=C3=B6tz?= <52959657+raphael-goetz@users.noreply.github.com> Date: Mon, 25 May 2026 15:04:37 +0200 Subject: [PATCH 2/2] fix: correct tabler icon for functions --- .../draco_rest/functions/rest_control_respond.proto.json | 2 +- .../runtime_functions/rest_control_respond.proto.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/draco_rest/functions/rest_control_respond.proto.json b/definitions/draco_rest/functions/rest_control_respond.proto.json index b2bb619..79dfdf5 100644 --- a/definitions/draco_rest/functions/rest_control_respond.proto.json +++ b/definitions/draco_rest/functions/rest_control_respond.proto.json @@ -81,7 +81,7 @@ "content": "Sends response with status ${http_status_code} and payload ${payload}" } ], - "displayIcon": "tabler:cube-sent", + "displayIcon": "tabler:cube-send", "signature": "(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void", "linkedDataTypeIdentifiers": [ "HTTP_STATUS_CODE", diff --git a/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json b/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json index 728fa50..e6671e2 100644 --- a/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json +++ b/definitions/draco_rest/runtime_functions/rest_control_respond.proto.json @@ -80,7 +80,7 @@ "content": "Sends response with status ${http_status_code} and payload ${payload}" } ], - "displayIcon": "tabler:cube-sent", + "displayIcon": "tabler:cube-send", "signature": "(http_status_code: HTTP_STATUS_CODE, headers: OBJECT<{}>, payload: T): void", "linkedDataTypeIdentifiers": [ "HTTP_STATUS_CODE",