1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +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:
thezoggy 2018-02-20 07:41:01 -06:00 committed by Leonardo Galli
parent a243a886f5
commit ba0bbddce9

View File

@ -94,13 +94,15 @@ module.exports = Marionette.Layout.extend({
name :'monitor',
label: 'Monitor',
cell : MonitorCell,
cellValue : 'this'
cellValue : 'this',
sortable : false,
},
{
name : 'profileId',
label : 'Profile',
cell : ProfileCell,
cellValue : "this",
sortable : false,
},
{
name : 'quality',