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

@@ -7,7 +7,6 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
Client.onReady(function () { if (!Client.getUserInfo().admin) $location.path('/'); });
$scope.config = Client.getConfig();
$scope.features = Client.getFeatures();
$scope.busy = false;
$scope.eventLogs = [];