restore: better placeholder text for backup id

This commit is contained in:
Girish Ramakrishnan
2024-02-22 12:01:03 +01:00
parent 60994f9ed1
commit c38457b48d

View File

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