mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Ended overrides not monitored and sorting separates by monitored state
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user