1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

point rbe to correct icon

This commit is contained in:
Dave Conway-Jones 2015-07-14 22:10:18 +01:00
parent 463ad75357
commit b4fba0dd79

View File

@ -54,7 +54,7 @@ handle multiple topics at the same time.</p>
}, },
inputs:1, inputs:1,
outputs:1, outputs:1,
icon: "function.png", icon: "rbe.png",
label: function() { label: function() {
return this.name||this.func||"rbe"; return this.name||this.func||"rbe";
}, },