mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Removed sorting on diskspace table to prevent errors
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
'use strict';
|
||||
define(['backbone', 'System/Info/DiskSpace/DiskSpaceModel'],
|
||||
|
||||
define(['backbone',
|
||||
'System/Info/DiskSpace/DiskSpaceModel'],
|
||||
function(Backbone, DiskSpaceModel) {
|
||||
return Backbone.Collection.extend({
|
||||
url:window.NzbDrone.ApiRoot +'/diskspace',
|
||||
model: DiskSpaceModel
|
||||
|
||||
url : window.NzbDrone.ApiRoot +'/diskspace',
|
||||
model : DiskSpaceModel
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user