diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 14117e16d..1c8629bec 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -201,6 +201,11 @@ icon: "inject.png", label: function() { var suffix = ""; + // if fire once then add small indication + if (this.once) { + suffix = " ¹"; + } + // but replace with repeat one if set to repeat if (this.repeat || this.crontab) { suffix = " ↻"; }