mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 19:05:55 +00:00
11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app', 'Settings/SettingsModel'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.System.SystemView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Settings/System/SystemTemplate'
|
|
});
|
|
});
|