Add note about restore in setupdns page

This commit is contained in:
Girish Ramakrishnan
2017-11-23 12:19:06 -08:00
parent 479261bcec
commit a5e5324f97

View File

@@ -139,6 +139,9 @@
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary" ng-disabled="dnsCredentialsForm.$invalid || (isSubdomain && !isEnterprise)"/><i class="fa fa-circle-o-notch fa-spin" ng-show="dnsCredentials.busy"></i> Next</button>
</div>
<div class="col-md-12 text-center">
<small>You can setup a new Cloudron or restore from a backup after DNS setup</small>
</div>
</div>
</form>
</div>