1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 18:42:42 +01:00

Make Movie Title and Status sortable on Wanted tab (#662)

This commit is contained in:
schumi2004 2017-02-08 15:22:49 +01:00 committed by Devin Buhl
parent 35b384439f
commit 3170060f37

View File

@ -41,7 +41,6 @@ module.exports = Marionette.Layout.extend({
name : 'this',
label : 'Movie Title',
cell : MovieTitleCell,
sortable : false
},
{
name : 'inCinemas',
@ -57,7 +56,6 @@ module.exports = Marionette.Layout.extend({
name : 'status',
label : 'Status',
cell : MovieStatusWithTextCell,
sortable : false
},
],