Always show warning if an app requires email to be enabled for the selected domain
We can be smarter in the future and show this based on currently selected domain from the dropdown
This commit is contained in:
@@ -102,8 +102,8 @@
|
||||
<br/>
|
||||
</div>
|
||||
|
||||
<p ng-show="!mailConfig.enabled && appInstall.app.manifest.addons.email" class="text-danger">
|
||||
This app requires <a href="#/settings">Cloudron Email</a> to be enabled.
|
||||
<p ng-show="appInstall.app.manifest.addons.email" class="text-danger">
|
||||
This app requires <a href="#/email">Cloudron Email</a> to be enabled on this domain.
|
||||
</p>
|
||||
|
||||
<div class="hide">
|
||||
|
||||
Reference in New Issue
Block a user