Disable encryption for flat-file for now

This commit is contained in:
Girish Ramakrishnan
2017-09-28 09:42:14 -07:00
parent f8f6c7d93e
commit ce6df4bf96
2 changed files with 3 additions and 1 deletions

View File

@@ -179,7 +179,7 @@
<div class="form-group" ng-show="configureBackup.provider !== 'noop'">
<label class="control-label" for="storageFormat">Storage Format</label>
<select class="form-control" id="storageFormat" ng-model="configureBackup.format" ng-options="a.value as a.name for a in formats"></select>
<select class="form-control" id="storageFormat" ng-change="configureBackup.key = ''" ng-model="configureBackup.format" ng-options="a.value as a.name for a in formats"></select>
</div>
<div class="form-group" ng-show="configureBackup.provider !== 'noop'">