Fixup the checkbox dom
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user