mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Setting up missing query params
This commit is contained in:
@@ -64,12 +64,7 @@ define([
|
||||
row : NzbDrone.Missing.Row,
|
||||
columns : columns,
|
||||
collection: this.missingCollection,
|
||||
className : 'table table-hover',
|
||||
state: {
|
||||
pageSize: 10,
|
||||
sortKey: "airDate",
|
||||
order: 1
|
||||
}
|
||||
className : 'table table-hover'
|
||||
}));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user