Various backup fixes

This commit is contained in:
Girish Ramakrishnan
2017-10-11 13:57:05 -07:00
parent 28ce5f41e3
commit dd68c8f91f
4 changed files with 62 additions and 42 deletions

View File

@@ -42,7 +42,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.storageProvider = [
{ name: 'Amazon S3', value: 's3' },
{ name: 'DigitalOcean Spaces NYC3 (Experimental)', value: 'digitalocean-spaces' },
{ name: 'DigitalOcean Spaces NYC3', value: 'digitalocean-spaces' },
{ name: 'Exoscale SOS', value: 'exoscale-sos' },
{ name: 'Filesystem', value: 'filesystem' },
{ name: 'Minio', value: 'minio' },
@@ -450,9 +450,6 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
// $scope.configureBackup.reset();
$('#configureBackupModal').modal('hide');
// TODO: be smarter and create new backup only when required
$scope.createBackup.doCreateBackup();
// now refresh the ui
Client.refreshConfig();
getBackupConfig();