1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Removed sorting on some manual search columns

This commit is contained in:
Mark McDowall 2014-12-12 15:13:59 -08:00
parent 7aee3c5ac4
commit cf0863a89d

View file

@ -48,12 +48,14 @@ define(
{
name : 'rejections',
label : '',
cell : ApprovalStatusCell
cell : ApprovalStatusCell,
sortable : false
},
{
name : 'download',
label : '',
cell : DownloadReportCell
cell : DownloadReportCell,
sortable : false
}
],