mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Model driven indexer settings
This commit is contained in:
parent
e03ab2ebea
commit
9d5cb6f3e0
14 changed files with 576 additions and 17 deletions
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'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue