mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
@@ -4,10 +4,12 @@ var BackupModel = require('./BackupModel');
|
||||
module.exports = PageableCollection.extend({
|
||||
url : window.NzbDrone.ApiRoot + '/system/backup',
|
||||
model : BackupModel,
|
||||
|
||||
state : {
|
||||
sortKey : 'time',
|
||||
order : 1,
|
||||
pageSize : 100000
|
||||
},
|
||||
mode : 'client'
|
||||
|
||||
mode : 'client'
|
||||
});
|
||||
Reference in New Issue
Block a user