diff --git a/src/app/controllers/graphiteTarget.js b/src/app/controllers/graphiteTarget.js index 747d430c5f1..03f960fd006 100644 --- a/src/app/controllers/graphiteTarget.js +++ b/src/app/controllers/graphiteTarget.js @@ -13,7 +13,7 @@ function (angular, _, config, graphiteFuncs, Parser) { module.controller('GraphiteTargetCtrl', function($scope, $http) { $scope.init = function() { - $scope.funcDefs = graphiteFuncs.getDefList(); + $scope.funcCategories = graphiteFuncs.getCategories(); parseTarget(); }; diff --git a/src/app/panels/graphite/editor.html b/src/app/panels/graphite/editor.html index 64ff63424ec..13dfdde9cfd 100644 --- a/src/app/panels/graphite/editor.html +++ b/src/app/panels/graphite/editor.html @@ -89,7 +89,7 @@ {{func.text}} -