mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: The History->Queue UI now show some elementary error information for failed imports.
This commit is contained in:
@@ -22,9 +22,8 @@ define(
|
||||
this.$el.html("-");
|
||||
}
|
||||
else {
|
||||
this.$el.html(timeleft);
|
||||
this.$el.html('<span title="{1} / {2}">{0}</span>'.format(timeleft, remainingSize, totalSize));
|
||||
}
|
||||
this.$el.attr('title', '{0} / {1}'.format(remainingSize, totalSize));
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user