diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index 39f8f9373..e4d6c985d 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -132,7 +132,7 @@ }, label: function() { - return this.broker+":"+this.port; + return (this.clientid?this.clientid+"@":"")+this.broker+":"+this.port; }, oneditprepare: function() { $.getJSON('mqtt-broker/'+this.id,function(data) {