Use features from config object

This commit is contained in:
Johannes Zellner
2020-02-13 16:34:37 +01:00
parent a13414ddb9
commit 0a29f92384
7 changed files with 9 additions and 24 deletions

View File

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