mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
var Backbone = require('backbone');
|
||||
var ApiData = require('../Shared/ApiData');
|
||||
|
||||
module.exports = (function(){
|
||||
var StatusModel = Backbone.Model.extend({url : window.NzbDrone.ApiRoot + '/system/status'});
|
||||
var instance = new StatusModel(ApiData.get('system/status'));
|
||||
return instance;
|
||||
}).call(this);
|
||||
var StatusModel = Backbone.Model.extend({
|
||||
url : window.NzbDrone.ApiRoot + '/system/status'
|
||||
});
|
||||
var instance = new StatusModel(ApiData.get('system/status'));
|
||||
|
||||
module.exports = instance;
|
||||
Reference in New Issue
Block a user