mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Ended overrides not monitored and sorting separates by monitored state
This commit is contained in:
parent
2d2c6f866c
commit
82378a8628
3 changed files with 73 additions and 8 deletions
|
@ -12,6 +12,7 @@ define(
|
|||
'Cells/QualityProfileCell',
|
||||
'Shared/Grid/DateHeaderCell',
|
||||
'Series/Index/Table/SeriesStatusCell',
|
||||
'Series/Index/Table/SeriesStatusHeaderCell',
|
||||
'Series/Index/Table/Row',
|
||||
'Series/Index/FooterView',
|
||||
'Series/Index/FooterModel',
|
||||
|
@ -28,6 +29,7 @@ define(
|
|||
QualityProfileCell,
|
||||
DateHeaderCell,
|
||||
SeriesStatusCell,
|
||||
SeriesStatusHeaderCell,
|
||||
SeriesIndexRow,
|
||||
FooterView,
|
||||
FooterModel,
|
||||
|
@ -45,9 +47,10 @@ define(
|
|||
columns:
|
||||
[
|
||||
{
|
||||
name : 'status',
|
||||
label: '',
|
||||
cell : SeriesStatusCell
|
||||
name : 'status',
|
||||
label : '',
|
||||
cell : SeriesStatusCell,
|
||||
headerCell: SeriesStatusHeaderCell
|
||||
},
|
||||
{
|
||||
name : 'title',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue