1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00
Files
Radarr/src/UI/System/Info/DiskSpace/DiskSpaceModel.js
T
Mark McDowall 43a70f4479 Moved disk space and about to new info tab
New: Disk space visible in the UI under System Info
2013-10-11 16:18:04 -07:00

6 lines
115 B
JavaScript

'use strict';
define(['backbone'], function (Backbone) {
return Backbone.Model.extend({
});
});