Disable changing location when task is active

This commit is contained in:
Girish Ramakrishnan
2020-09-09 21:05:06 -07:00
parent 0c9ea1e0f0
commit e0ca52b1da
2 changed files with 4 additions and 2 deletions

View File

@@ -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 &amp; 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">