link to metrics

This commit is contained in:
Athou
2014-08-14 16:29:50 +02:00
parent dc1f88c44c
commit 1456cc40e1
3 changed files with 11 additions and 2 deletions

View File

@@ -1432,6 +1432,9 @@ module.controller('ManageSettingsCtrl', ['$scope', '$location', '$state', 'Admin
$scope.toUsers = function() {
$state.transitionTo('admin.userlist');
};
$scope.toMetrics = function() {
$state.transitionTo('admin.metrics');
};
}]);
module.controller('HelpController', ['$scope', 'CategoryService', 'AnalyticsService', 'ServerService',