restore: give a proper example in the placeholder

This commit is contained in:
Girish Ramakrishnan
2024-02-29 19:22:00 +01:00
parent cadb1ad674
commit 09ca67f408
+1 -1
View File
@@ -276,7 +276,7 @@
<div class="form-group" ng-class="{ 'has-error': error.remotePath }">
<label class="control-label" for="inputConfigureRemotePath">Backup Path<sup><a ng-href="https://docs.cloudron.io/backups/#restore-cloudron" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<input type="text" class="form-control" ng-model="remotePath" name="inputConfigureBackupId" placeholder="<timestamp>/<box_filename>" required ng-disabled="busy">
<input type="text" class="form-control" ng-model="remotePath" name="inputConfigureBackupId" placeholder="e.g. 2024-02-20-130007-637/box_v7.4.3.tar.gz" required ng-disabled="busy">
</div>
<div class="form-group" ng-class="{ 'has-error': error.key }">