mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Log details
New: Logs now have details available
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
<i class="icon-remove x-remove" title="Remove"/>
|
||||
<i class="icon-repeat x-redownload" title="Re-Download"/>
|
||||
@@ -21,7 +21,7 @@ define(
|
||||
},
|
||||
|
||||
_showDetails: function () {
|
||||
vent.trigger(vent.Commands.ShowHistoryDetails, { history: this.model });
|
||||
vent.trigger(vent.Commands.ShowHistoryDetails, { model: this.model });
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user