New: Minimum Age setting to deal with propagation issues (Usenet only)

This commit is contained in:
Mark McDowall
2014-12-15 15:40:53 -08:00
parent eeafa2cb64
commit 580f03a5bc
12 changed files with 150 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ define(
//If the release is pending we want to use the timeleft as the time it will be processed at
if (this.cellValue.get('status').toLowerCase() === 'pending') {
this.$el.html('-');
this.$el.attr('title', 'Will be processed {0}'.format(moment(this.cellValue.get('estimatedCompletionTime')).calendar()));
this.$el.attr('title', 'Will be processed during the first RSS Sync after {0}'.format(moment(this.cellValue.get('estimatedCompletionTime')).calendar()));
this.$el.attr('data-container', 'body');
return this;