diff --git a/nodes/core/core/89-delay.html b/nodes/core/core/89-delay.html index bd282a9c4..5102c3a16 100644 --- a/nodes/core/core/89-delay.html +++ b/nodes/core/core/89-delay.html @@ -103,7 +103,7 @@ var units = this.rateUnits ? this.rateUnits.charAt(0) : "s"; return this.name||"limit "+this.rate+" msg/"+ units; } else if (this.pauseType == "random") { - return "random"; + return this.name || "random"; } return "foo"; },