From b78682f413784d980452fdbaaa6d39a41b2e297f Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 18 May 2016 09:35:43 +0100 Subject: [PATCH] Change Inject repeat label icon --- nodes/core/core/20-inject.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index effc0b097..8d237f0f0 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -202,7 +202,7 @@ label: function() { var suffix = ""; if (this.repeat || this.crontab) { - suffix = " ⟳"; + suffix = " ↻"; } if (this.name) { return this.name+suffix;