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

Change Inject repeat label icon

This commit is contained in:
Nick O'Leary 2016-05-18 09:35:43 +01:00
parent e50659af09
commit b78682f413

View File

@ -202,7 +202,7 @@
label: function() { label: function() {
var suffix = ""; var suffix = "";
if (this.repeat || this.crontab) { if (this.repeat || this.crontab) {
suffix = " "; suffix = " ";
} }
if (this.name) { if (this.name) {
return this.name+suffix; return this.name+suffix;