Commit 2e26130d by Harald Kraemer

Warnings in graphiteTarget.js

parent 63c75f71
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment