From b8953abb28a69d694d8bf0b855d28a52d5ad121e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 17 Feb 2014 22:42:31 +0000 Subject: [PATCH] Add clientid to mqtt-broker label Fixes #161 --- nodes/core/io/10-mqtt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {