Removed zabbixHelperSrv from queryCtrl
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
define([
|
define([
|
||||||
'angular',
|
'angular',
|
||||||
'lodash',
|
'lodash',
|
||||||
'./helperFunctions',
|
|
||||||
'./utils'
|
'./utils'
|
||||||
],
|
],
|
||||||
function (angular, _) {
|
function (angular, _) {
|
||||||
@@ -10,7 +9,7 @@ define([
|
|||||||
var module = angular.module('grafana.controllers');
|
var module = angular.module('grafana.controllers');
|
||||||
var targetLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
var targetLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||||
|
|
||||||
module.controller('ZabbixAPIQueryCtrl', function ($scope, $sce, templateSrv, zabbixHelperSrv, Utils) {
|
module.controller('ZabbixAPIQueryCtrl', function ($scope, $sce, templateSrv, Utils) {
|
||||||
|
|
||||||
var zabbixCache = $scope.datasource.zabbixCache;
|
var zabbixCache = $scope.datasource.zabbixCache;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user