Add clientid to mqtt-broker label

Fixes #161
This commit is contained in:
Nick O'Leary 2014-02-17 22:42:31 +00:00
parent 6b278fdceb
commit b8953abb28
1 changed files with 1 additions and 1 deletions

View File

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