restore UI fixes for encrypted backups

This commit is contained in:
Girish Ramakrishnan
2020-05-12 22:24:03 -07:00
parent 4802ecfc29
commit ecc4fee84e
2 changed files with 5 additions and 4 deletions

View File

@@ -172,8 +172,8 @@
</div>
<div class="form-group" ng-class="{ 'has-error': error.key }" ng-show="provider !== 'noop'">
<label class="control-label" for="inputConfigureBackupKey">Encryption key (optional)</label>
<input type="text" class="form-control" ng-model="key" id="inputConfigureBackupKey" name="prefix" ng-disabled="busy" placeholder="Passphrase used to encrypt the backups">
<label class="control-label" for="inputConfigureBackupPassword">Encryption password (optional)</label>
<input type="text" class="form-control" ng-model="password" id="inputConfigureBackupPassword" name="prefix" ng-disabled="busy" placeholder="Passphrase used to encrypt the backups">
</div>
<input class="ng-hide" type="submit" ng-disabled="configureBackupForm.$invalid"/>