mirror of https://github.com/node-red/node-red.git
parent
4c6157a06e
commit
707dc8c65c
|
@ -59,7 +59,7 @@
|
|||
},
|
||||
label: function() {
|
||||
var suffix = "";
|
||||
if (this.console === true || this.console === "true") { suffix = " ⇶"; }
|
||||
if (this.console === true || this.console === "true") { suffix = " ⇲"; }
|
||||
if (this.complete === true || this.complete === "true") {
|
||||
return (this.name||"msg") + suffix;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue