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

@@ -346,6 +346,15 @@
</div>
</div>
<div class="row" ng-show="backupConfig.provider !== 'caas'">
<div class="col-xs-6">
<span class="text-muted">Format</span>
</div>
<div class="col-xs-6 text-right">
<span>{{ backupConfig.format }}</span>
</div>
</div>
<br/>
<div class="row">

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' },