mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Log details
New: Logs now have details available
This commit is contained in:
@@ -9,10 +9,10 @@ define(
|
||||
className: 'log-file-row',
|
||||
|
||||
events: {
|
||||
'click': '_showContents'
|
||||
'click': '_showDetails'
|
||||
},
|
||||
|
||||
_showContents: function () {
|
||||
_showDetails: function () {
|
||||
vent.trigger(vent.Commands.ShowLogFile, { model: this.model });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user