mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Log details
New: Logs now have details available
This commit is contained in:
@@ -130,12 +130,12 @@ define(
|
||||
filename: filename
|
||||
});
|
||||
|
||||
this.listenToOnce(contentsModel, 'sync', this._showContents);
|
||||
this.listenToOnce(contentsModel, 'sync', this._showDetails);
|
||||
|
||||
contentsModel.fetch({ dataType: 'text' });
|
||||
},
|
||||
|
||||
_showContents: function (model) {
|
||||
_showDetails: function (model) {
|
||||
this.contents.show(new ContentsView({ model: model }));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user