Make all only in paid version displays the same

This commit is contained in:
Johannes Zellner
2020-02-28 19:27:19 +01:00
parent 0515b650ca
commit 102a0a40a6
4 changed files with 12 additions and 9 deletions

View File

@@ -483,10 +483,13 @@
Cloudron will authenticate users against the configured LDAP server.
</div>
</div>
<br/>
<div ng-hide="config.features.externalLdap">
<b class="text-danger">This features is only available in the business plan.</b>
<div class="row" ng-hide="config.features.externalLdap">
<div class="col-md-12">
<b>This feature is only available in the business plan.</b>
</div>
</div>
<div ng-show="config.features.externalLdap">