mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Model driven indexer settings
This commit is contained in:
10
UI/Settings/Indexers/CollectionView.js
Normal file
10
UI/Settings/Indexers/CollectionView.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
define(['app', 'Settings/Indexers/ItemView'], function (app) {
|
||||
|
||||
NzbDrone.Settings.Indexers.CollectionView = Backbone.Marionette.CompositeView.extend({
|
||||
itemView : NzbDrone.Settings.Indexers.ItemView,
|
||||
itemViewContainer : '#x-indexers',
|
||||
template : 'Settings/Indexers/CollectionTemplate'
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user