mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Log details
New: Logs now have details available
This commit is contained in:
parent
436644318b
commit
e7ac2247ab
12 changed files with 78 additions and 12 deletions
11
src/UI/System/Logs/Table/Details/LogDetailsView.js
Normal file
11
src/UI/System/Logs/Table/Details/LogDetailsView.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'vent',
|
||||
'marionette'
|
||||
], function (vent, Marionette) {
|
||||
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'System/Logs/Table/Details/LogDetailsViewTemplate'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue