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:
parent
e50659af09
commit
b78682f413
@ -202,7 +202,7 @@
|
||||
label: function() {
|
||||
var suffix = "";
|
||||
if (this.repeat || this.crontab) {
|
||||
suffix = " ⟳";
|
||||
suffix = " ↻";
|
||||
}
|
||||
if (this.name) {
|
||||
return this.name+suffix;
|
||||
|
Loading…
Reference in New Issue
Block a user