restore: change Remote Path to Backup Path

This commit is contained in:
Girish Ramakrishnan
2023-01-19 10:16:27 +01:00
parent 433985241a
commit 62183c2e0e

View File

@@ -262,9 +262,9 @@
</div>
<div class="form-group" ng-class="{ 'has-error': error.remotePath }">
<label class="control-label" for="inputConfigureRemotePath">Remote Path</label>
<label class="control-label" for="inputConfigureRemotePath">Backup Path</label>
<input type="text" class="form-control" ng-model="remotePath" name="inputConfigureBackupId" placeholder="Remote Path" required ng-disabled="busy">
<input type="text" class="form-control" ng-model="remotePath" name="inputConfigureBackupId" placeholder="Backup Path" required ng-disabled="busy">
</div>
<div class="form-group" ng-class="{ 'has-error': error.key }">