mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Changelog is now available in the UI
New: Added changelog to UI
This commit is contained in:
parent
90001b1a3b
commit
de556764bd
22 changed files with 285 additions and 52 deletions
11
UI/Update/UpdateItemView.js
Normal file
11
UI/Update/UpdateItemView.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
define(
|
||||
[
|
||||
'app',
|
||||
'marionette'
|
||||
], function (App, Marionette) {
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Update/UpdateItemViewTemplate'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue