mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added simple /rss page. needs some custom backgrid cells.
This commit is contained in:
@@ -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());
|
||||
|
@@ -17,6 +17,7 @@ require(['app', 'Controller'], function (app, controller) {
|
||||
'missing' : 'missing',
|
||||
'history' : 'history',
|
||||
'logs' : 'logs',
|
||||
'rss' : 'rss',
|
||||
':whatever' : 'notFound'
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user