Move the collision list to the top
This commit is contained in:
@@ -89,11 +89,11 @@
|
||||
<h4 class="modal-title">Domain Collision</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>By default, Cloudron does not overwrite existing DNS records. This is a precautionary measure in case the domains are in use for services external to Cloudron.</p>
|
||||
<p>The following domains already exist in your DNS:</p>
|
||||
<ul>
|
||||
<li ng-repeat="domain in location.domainCollisions">{{ domain.subdomain + '.' + domain.domain }}</li>
|
||||
</ul>
|
||||
<p>As a precautionary measure, Cloudron does not overwrite existing DNS records. Please confirm that the above domains are not in use for services external to Cloudron.</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
|
||||
|
||||
Reference in New Issue
Block a user