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
1 changed files with 1 additions and 1 deletions

View File

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