Make all only in paid version displays the same
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user