Better footnote for dry run

This commit is contained in:
Girish Ramakrishnan
2021-02-25 10:53:32 -08:00
parent 7fb4fbdaf3
commit d787c430ce

View File

@@ -214,10 +214,11 @@
<div class="checkbox">
<label>
<input type="checkbox" ng-model="skipDnsSetup"><b>Dry run</b> <sup><a ng-href="https://docs.cloudron.io/backups/#restore-cloudron-dry-run" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
<input type="checkbox" ng-model="skipDnsSetup"><b>Dry run</b></sup>
</label>
<br/>
<small>Use this option for testing your backups before migration. The DNS records are not updated and this browser's host must have an entry in <code>/etc/hosts</code> for the dashboard domain to this server's IP.</small>
<small>When enabled, apps are restored but the DNS records are not updated to point to this server. To access the dashboard, this browser's host must have an entry in <code>/etc/hosts</code> for the dashboard domain to this server's IP.
See the <a href="https://docs.cloudron.io/backups/#restore-cloudron-dry-run" target="_blank">docs</a> for more information.</small>
</div>
<input class="ng-hide" type="submit" ng-disabled="configureBackupForm.$invalid"/>