mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Notification settings added to the UI
This commit is contained in:
8
UI/Settings/Notifications/CollectionView.js
Normal file
8
UI/Settings/Notifications/CollectionView.js
Normal file
@@ -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