Display the backup format

This commit is contained in:
Girish Ramakrishnan
2017-10-04 22:03:50 -07:00
parent b9efb0b50b
commit ecd53b48db
2 changed files with 10 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.storageProvider = [
{ name: 'Amazon S3', value: 's3' },
{ name: 'DigitalOcean Spaces', value: 'digitalocean-spaces' },
{ name: 'DigitalOcean Spaces (NYC3)', value: 'digitalocean-spaces' },
{ name: 'Exoscale SOS', value: 'exoscale-sos' },
{ name: 'Filesystem', value: 'filesystem' },
{ name: 'Minio', value: 'minio' },