Improve business plan placeholders

This commit is contained in:
Johannes Zellner
2020-02-14 20:43:45 +01:00
parent ae0c0f957e
commit 732b1ae0de
2 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<div class="col-md-10 col-md-offset-1">
<div class="card card-block" style="max-width: 100%">
<div ng-hide="config.features.eventLog">
<b class="text-danger">This features is only available in the business plan.</b>
<b>This features is only available in the business plan.</b>
</div>
<div ng-show="config.features.eventLog">
<center ng-show="busy"><h2><i class="fa fa-circle-notch fa-spin"></i></h2></center>