mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
improved error handling (and labelling) for socket node... but not perfect by a long way...
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
icon: "bridge-dash.png",
|
||||
align: "right",
|
||||
label: function() {
|
||||
return this.name||this.topic||(this.transport+":"+this.port);
|
||||
return this.name||this.topic||("socket "+this.transport+":"+this.port);
|
||||
},
|
||||
labelStyle: function() {
|
||||
return (this.name||!this.topic)?"node_label_italic":"";
|
||||
|
Reference in New Issue
Block a user