mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
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
Block a user