|
|
@ -21,39 +21,41 @@ define(
|
|
|
|
columns:
|
|
|
|
columns:
|
|
|
|
[
|
|
|
|
[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'age',
|
|
|
|
name : 'age',
|
|
|
|
label : 'Age',
|
|
|
|
label : 'Age',
|
|
|
|
cell : AgeCell
|
|
|
|
cell : AgeCell
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'title',
|
|
|
|
name : 'title',
|
|
|
|
label : 'Title',
|
|
|
|
label : 'Title',
|
|
|
|
cell : ReleaseTitleCell
|
|
|
|
cell : ReleaseTitleCell
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'indexer',
|
|
|
|
name : 'indexer',
|
|
|
|
label : 'Indexer',
|
|
|
|
label : 'Indexer',
|
|
|
|
cell : Backgrid.StringCell
|
|
|
|
cell : Backgrid.StringCell
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'size',
|
|
|
|
name : 'size',
|
|
|
|
label : 'Size',
|
|
|
|
label : 'Size',
|
|
|
|
cell : FileSizeCell
|
|
|
|
cell : FileSizeCell
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'quality',
|
|
|
|
name : 'quality',
|
|
|
|
label : 'Quality',
|
|
|
|
label : 'Quality',
|
|
|
|
cell : QualityCell
|
|
|
|
cell : QualityCell
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'rejections',
|
|
|
|
name : 'rejections',
|
|
|
|
label : '',
|
|
|
|
label : '',
|
|
|
|
cell : ApprovalStatusCell
|
|
|
|
cell : ApprovalStatusCell,
|
|
|
|
|
|
|
|
sortable : false
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'download',
|
|
|
|
name : 'download',
|
|
|
|
label : '',
|
|
|
|
label : '',
|
|
|
|
cell : DownloadReportCell
|
|
|
|
cell : DownloadReportCell,
|
|
|
|
|
|
|
|
sortable : false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|