mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Changelog is now available in the UI
New: Added changelog to UI
This commit is contained in:
10
UI/Update/UpdateCollectionView.js
Normal file
10
UI/Update/UpdateCollectionView.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'marionette',
|
||||
'Update/UpdateItemView'
|
||||
], function (Marionette, UpdateItemView) {
|
||||
return Marionette.CollectionView.extend({
|
||||
itemView: UpdateItemView
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user