Disable changing location when task is active
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div>Cloudron will make the necessary DNS changes across all the domains and restart the mail server.
|
||||
Mail clients have to be re-configured to use this new location as the IMAP and SMTP server.
|
||||
Desktop & Mobile email clients have to be re-configured to use this new location as the IMAP and SMTP server.
|
||||
</div>
|
||||
<br>
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
</div>
|
||||
<div class="col-xs-6 text-right">
|
||||
<span>{{ mailLocation.currentLocation.subdomain + (!mailLocation.currentLocation.subdomain ? '' : '.') + mailLocation.currentLocation.domain.domain }}
|
||||
<a href="" ng-click="mailLocation.show()"><i class="fa fa-edit text-small"></i></a>
|
||||
<a ng-hide="mailLocation.busy" href="" ng-click="mailLocation.show()"><i class="fa fa-edit text-small"></i></a> <!-- ng-disabled does not work for links -->
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
|
||||
Reference in New Issue
Block a user