1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Log details

New: Logs now have details available
This commit is contained in:
Mark McDowall
2013-10-31 23:15:15 -07:00
parent 436644318b
commit e7ac2247ab
12 changed files with 78 additions and 12 deletions
+2 -2
View File
@@ -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 }));
},