mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Moved disk space and about to new info tab
New: Disk space visible in the UI under System Info
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
define(['backbone', 'System/Info/DiskSpace/DiskSpaceModel'],
|
||||
function(Backbone, DiskSpaceModel) {
|
||||
return Backbone.Collection.extend({
|
||||
url:window.NzbDrone.ApiRoot +'/diskspace',
|
||||
model: DiskSpaceModel
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user