1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Headers for import existing

This commit is contained in:
Mark McDowall
2014-12-20 22:19:21 -08:00
parent 7f91e0284f
commit ac16c49ab8
2 changed files with 17 additions and 5 deletions
@@ -7,10 +7,9 @@ define(
], function (Marionette, RootFolderItemView) {
return Marionette.CollectionView.extend({
itemView: RootFolderItemView,
tagName : 'table',
className: 'table table-hover'
return Marionette.CompositeView.extend({
template : 'AddSeries/RootFolders/RootFolderCollectionViewTemplate',
itemViewContainer : '.x-root-folders',
itemView : RootFolderItemView
});
});