Fixup the checkbox dom

This commit is contained in:
Johannes Zellner
2019-05-10 23:47:36 +02:00
parent 3698220b8f
commit 5509089c49

View File

@@ -17,11 +17,11 @@
No DNS provider is setup. The DNS records listed in the Status tab have to be setup manually.<br/>
</div>
<div ng-hide="selectedDomain.provider === 'noop' || selectedDomain.provider === 'manual'">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="incomingEmail.setupDns"> Setup Mail DNS records now
</label>
</div>
<p>
<label class="control-label">
<input type="checkbox" ng-model="incomingEmail.setupDns"> Setup Mail DNS records now
</label>
</p>
Use this option to automatically setup Email related DNS records. Leaving this option unchecked
is useful for creating mail boxes and <a href="https://cloudron.io/documentation/email/#import-email">importing email</a>