mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Warnings in graphiteTarget.js
This commit is contained in:
parent
63c75f714f
commit
2e26130d96
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user