mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
added simple /rss page. needs some custom backgrid cells.
This commit is contained in:
parent
5c05f6b740
commit
9b5d22455b
3 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@ define(['app',
|
|||
'Series/EpisodeCollection',
|
||||
'Settings/SettingsLayout',
|
||||
'Logs/Layout',
|
||||
'Release/Layout',
|
||||
'Missing/MissingLayout',
|
||||
'History/HistoryLayout'],
|
||||
function () {
|
||||
|
@ -63,6 +64,11 @@ define(['app',
|
|||
NzbDrone.mainRegion.show(new NzbDrone.History.HistoryLayout());
|
||||
},
|
||||
|
||||
rss: function () {
|
||||
this._setTitle('RSS');
|
||||
NzbDrone.mainRegion.show(new NzbDrone.Release.Layout());
|
||||
},
|
||||
|
||||
logs: function () {
|
||||
this._setTitle('logs');
|
||||
NzbDrone.mainRegion.show(new NzbDrone.Logs.Layout());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue