mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Make Movie Title and Status sortable on Wanted tab (#662)
This commit is contained in:
@@ -41,7 +41,6 @@ module.exports = Marionette.Layout.extend({
|
|||||||
name : 'this',
|
name : 'this',
|
||||||
label : 'Movie Title',
|
label : 'Movie Title',
|
||||||
cell : MovieTitleCell,
|
cell : MovieTitleCell,
|
||||||
sortable : false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'inCinemas',
|
name : 'inCinemas',
|
||||||
@@ -57,7 +56,6 @@ module.exports = Marionette.Layout.extend({
|
|||||||
name : 'status',
|
name : 'status',
|
||||||
label : 'Status',
|
label : 'Status',
|
||||||
cell : MovieStatusWithTextCell,
|
cell : MovieStatusWithTextCell,
|
||||||
sortable : false
|
|
||||||
},
|
},
|
||||||
|
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user