From 50aaf6da5f542ca3260987e903a43939ce8150f0 Mon Sep 17 00:00:00 2001 From: felix-reck <> Date: Thu, 3 Oct 2024 23:02:55 +0200 Subject: [PATCH 1/3] fixed naming --- lib/mip-node.html | 1 + lib/mip-workplace.html | 7 ++++--- lib/mip-workplace.js | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/mip-node.html b/lib/mip-node.html index 5c0f7b8..4fc854d 100644 --- a/lib/mip-node.html +++ b/lib/mip-node.html @@ -13,6 +13,7 @@ inputs: 1, // Number of inputs to the node outputs: 1, // Number of outputs from the node icon: 'font-awesome/fa-exchange', // Icon for the node + paletteLabel: 'mip', label: function () { return this.name || this.url || 'mip node'; } diff --git a/lib/mip-workplace.html b/lib/mip-workplace.html index de53bb3..8efde10 100644 --- a/lib/mip-workplace.html +++ b/lib/mip-workplace.html @@ -1,5 +1,5 @@ - -