mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Fixed: Remove sorting on Monitor/Profile columns to prevent unexpected results until sorting can properly be handled. Quick Fix for #2540 (#2553)
Fixes #2540
This commit is contained in:
@@ -94,13 +94,15 @@ module.exports = Marionette.Layout.extend({
|
|||||||
name :'monitor',
|
name :'monitor',
|
||||||
label: 'Monitor',
|
label: 'Monitor',
|
||||||
cell : MonitorCell,
|
cell : MonitorCell,
|
||||||
cellValue : 'this'
|
cellValue : 'this',
|
||||||
|
sortable : false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'profileId',
|
name : 'profileId',
|
||||||
label : 'Profile',
|
label : 'Profile',
|
||||||
cell : ProfileCell,
|
cell : ProfileCell,
|
||||||
cellValue : "this",
|
cellValue : "this",
|
||||||
|
sortable : false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'quality',
|
name : 'quality',
|
||||||
|
Reference in New Issue
Block a user