Add superuser config for Azure blob storage

This commit is contained in:
Joseph Schorr 2017-11-06 15:18:36 -05:00 committed by Joseph Schorr
parent d488517b36
commit de47b13c24
2 changed files with 9 additions and 0 deletions

View file

@ -297,6 +297,7 @@
<select class="form-control" ng-class="storageConfigError[$index].engine ? 'ng-invalid' : ''" ng-model="sc.data[0]">
<option value="LocalStorage">Locally mounted directory</option>
<option value="S3Storage">Amazon S3</option>
<option value="AzureStorage">Azure Blob Storage</option>
<option value="GoogleCloudStorage">Google Cloud Storage</option>
<option value="RadosGWStorage">Ceph Object Gateway (RADOS)</option>
<option value="SwiftStorage">OpenStack Storage (Swift)</option>