New: Backup drone's database and configuration from the UI
New: Download Backup files from the UI

Fixed: Run a database backup before upgrade
This commit is contained in:
Mark McDowall
2014-05-30 10:34:38 -07:00
parent d74e461aea
commit c5bd8b27fb
32 changed files with 552 additions and 27 deletions
-7
View File
@@ -12,7 +12,6 @@ define(
'Release/ReleaseLayout',
'System/SystemLayout',
'SeasonPass/SeasonPassLayout',
'System/Update/UpdateLayout',
'Series/Editor/SeriesEditorLayout'
], function (NzbDroneController,
AppLayout,
@@ -25,7 +24,6 @@ define(
ReleaseLayout,
SystemLayout,
SeasonPassLayout,
UpdateLayout,
SeriesEditorLayout) {
return NzbDroneController.extend({
@@ -71,11 +69,6 @@ define(
this.showMainRegion(new SeasonPassLayout());
},
update: function () {
this.setTitle('Updates');
this.showMainRegion(new UpdateLayout());
},
seriesEditor: function () {
this.setTitle('Series Editor');
this.showMainRegion(new SeriesEditorLayout());