mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
No more caching of log files, also better handling of logs on page load
This commit is contained in:
@@ -14,7 +14,7 @@ define(
|
||||
var date = this.model.get(this.column.get('name'));
|
||||
|
||||
if (date) {
|
||||
this.$el.html("<span title='" + Moment(date).format('LLLL') + "' >" + FormatHelpers.dateHelper(date) + "</span");
|
||||
this.$el.html('<span title="' + Moment(date).format('LLLL') + '" >' + FormatHelpers.dateHelper(date) + '</span>');
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
@@ -101,4 +101,8 @@ td.episode-status-cell, td.quality-cell {
|
||||
.queue-status-cell {
|
||||
width: 20px;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.download-log-cell {
|
||||
width: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user