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() {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user