|
|
|
@ -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());
|
|
|
|
|