mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add missing space to label in delay node
This commit is contained in:
parent
b2c7189ce4
commit
425b016d63
@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var units = this.rateUnits ? this.rateUnits.charAt(0) : "s";
|
var units = this.rateUnits ? this.rateUnits.charAt(0) : "s";
|
||||||
return this.name || this._("delay.label.queue") +this.rate+" msg/"+ units;
|
return this.name || this._("delay.label.queue")+" "+this.rate+" msg/"+units;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
labelStyle: function() { // sets the class to apply to the label
|
labelStyle: function() { // sets the class to apply to the label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user