mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-01 21:44:13 +00:00
System now uses tabs instead of toolbar
This commit is contained in:
10
UI/System/Update/UpdateCollectionView.js
Normal file
10
UI/System/Update/UpdateCollectionView.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'marionette',
|
||||
'System/Update/UpdateItemView'
|
||||
], function (Marionette, UpdateItemView) {
|
||||
return Marionette.CollectionView.extend({
|
||||
itemView: UpdateItemView
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user