mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
6b278fdceb
commit
b8953abb28
@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.broker+":"+this.port;
|
return (this.clientid?this.clientid+"@":"")+this.broker+":"+this.port;
|
||||||
},
|
},
|
||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
$.getJSON('mqtt-broker/'+this.id,function(data) {
|
$.getJSON('mqtt-broker/'+this.id,function(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user