Harald Kraemer 11 лет назад
Родитель
Сommit
2e26130d96
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/controllers/graphiteTarget.js

+ 1 - 1
src/app/controllers/graphiteTarget.js

@@ -10,7 +10,7 @@ function (angular, _, config, gfunc, Parser) {
 
   var module = angular.module('kibana.controllers');
 
-  module.controller('GraphiteTargetCtrl', function($scope, $http) {
+  module.controller('GraphiteTargetCtrl', function($scope) {
 
     $scope.init = function() {
       parseTarget();