Ended overrides not monitored and sorting separates by monitored state

This commit is contained in:
Mark McDowall
2013-08-17 23:10:18 -07:00
parent 2d2c6f866c
commit 82378a8628
3 changed files with 73 additions and 8 deletions

View File

@@ -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',