Headers for import existing

pull/6/head
Mark McDowall 10 years ago
parent 7f91e0284f
commit ac16c49ab8

@ -7,10 +7,9 @@ define(
], function (Marionette, RootFolderItemView) { ], function (Marionette, RootFolderItemView) {
return Marionette.CollectionView.extend({ return Marionette.CompositeView.extend({
itemView: RootFolderItemView, template : 'AddSeries/RootFolders/RootFolderCollectionViewTemplate',
itemViewContainer : '.x-root-folders',
tagName : 'table', itemView : RootFolderItemView
className: 'table table-hover'
}); });
}); });

@ -0,0 +1,13 @@
<table class="table table-hover">
<thead>
<tr>
<th class="col-md-10 ">
Path
</th>
<th class="col-md-3">
Free Space
</th>
</tr>
</thead>
<tbody class="x-root-folders"></tbody>
</table>
Loading…
Cancel
Save