mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Notification settings added to the UI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
define(['app', 'Settings/Notifications/ItemView'], function () {
|
||||
NzbDrone.Settings.Notifications.CollectionView = Backbone.Marionette.CompositeView.extend({
|
||||
itemView : NzbDrone.Settings.Notifications.ItemView,
|
||||
itemViewContainer : '#x-notifications',
|
||||
template : 'Settings/Notifications/CollectionTemplate'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user