mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Look ma, history!
This commit is contained in:
parent
3602822572
commit
d320c2b6a9
12 changed files with 62 additions and 56 deletions
|
@ -26,7 +26,7 @@ define([
|
|||
headerCell: 'nzbDrone'
|
||||
},
|
||||
{
|
||||
name : 'seriesTitle',
|
||||
name : 'Series.Title',
|
||||
label : 'Series Title',
|
||||
editable : false,
|
||||
cell : Backgrid.TemplateBackedCell.extend({ template: 'Missing/SeriesTitleTemplate' }),
|
||||
|
@ -41,11 +41,11 @@ define([
|
|||
headerCell: 'nzbDrone'
|
||||
},
|
||||
{
|
||||
name : 'episode.title',
|
||||
name : 'Episode.Title',
|
||||
label : 'Episode Title',
|
||||
editable : false,
|
||||
sortable : false,
|
||||
cell : 'string',
|
||||
cell : Backgrid.TemplateBackedCell.extend({ template: 'History/EpisodeTitleTemplate' }),
|
||||
headerCell: 'nzbDrone'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue