1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update debug node console logging indicator icon

Closes #1094
This commit is contained in:
Nick O'Leary 2017-01-06 14:43:51 +00:00
parent 4c6157a06e
commit 707dc8c65c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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 {