1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-05 11:18:20 +00:00
Radarr/UI/Settings/System/SystemView.js

12 lines
225 B
JavaScript
Raw Normal View History

2013-03-03 16:09:43 -08:00
'use strict';
define([
'app', 'Settings/SettingsModel'
2013-03-03 16:09:43 -08:00
], function () {
NzbDrone.Settings.System.SystemView = Backbone.Marionette.ItemView.extend({
2013-05-01 15:42:30 -07:00
template: 'Settings/System/SystemTemplate'
2013-03-03 16:09:43 -08:00
});
});