mirror of https://github.com/Sonarr/Sonarr
Removed sorting on some manual search columns
This commit is contained in:
parent
7aee3c5ac4
commit
cf0863a89d
|
@ -48,12 +48,14 @@ define(
|
||||||
{
|
{
|
||||||
name : 'rejections',
|
name : 'rejections',
|
||||||
label : '',
|
label : '',
|
||||||
cell : ApprovalStatusCell
|
cell : ApprovalStatusCell,
|
||||||
|
sortable : false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'download',
|
name : 'download',
|
||||||
label : '',
|
label : '',
|
||||||
cell : DownloadReportCell
|
cell : DownloadReportCell,
|
||||||
|
sortable : false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue