From 17e4bf1a119d8ff5f9cbf72e4e588c4a42934c15 Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Mon, 20 Oct 2014 11:39:19 +0100 Subject: [PATCH] Tidy up node label and edit dialog --- nodes/core/core/58-debug.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 5957db6df..1d26a4aed 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -23,8 +23,7 @@
- msg. - + msg.
@@ -87,9 +86,9 @@ }, label: function() { if (this.complete === "true") { - return this.name||"debug msg"; + return this.name||"msg"; } else { - return this.name||"debug msg." + this.complete; + return this.name || "msg." + (this.complete === "false" ? "payload" : this.complete); } }, labelStyle: function() {