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:
parent
7aee3c5ac4
commit
cf0863a89d
1 changed files with 23 additions and 21 deletions
|
@ -48,12 +48,14 @@ define(
|
|||
{
|
||||
name : 'rejections',
|
||||
label : '',
|
||||
cell : ApprovalStatusCell
|
||||
cell : ApprovalStatusCell,
|
||||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'download',
|
||||
label : '',
|
||||
cell : DownloadReportCell
|
||||
cell : DownloadReportCell,
|
||||
sortable : false
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue