restore: add help link to backup path

This commit is contained in:
Girish Ramakrishnan
2024-02-22 12:03:21 +01:00
parent c38457b48d
commit c4b8d3b832
+1 -1
View File
@@ -274,7 +274,7 @@
</div>
<div class="form-group" ng-class="{ 'has-error': error.remotePath }">
<label class="control-label" for="inputConfigureRemotePath">Backup Path</label>
<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">
</div>