mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Removed sorting on some manual search columns
This commit is contained in:
@@ -48,12 +48,14 @@ define(
|
||||
{
|
||||
name : 'rejections',
|
||||
label : '',
|
||||
cell : ApprovalStatusCell
|
||||
cell : ApprovalStatusCell,
|
||||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'download',
|
||||
label : '',
|
||||
cell : DownloadReportCell
|
||||
cell : DownloadReportCell,
|
||||
sortable : false
|
||||
}
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user