Build query true QueryBuilder.

This commit is contained in:
Alexander Zobnin
2016-01-23 20:31:45 +03:00
parent 3ee15a0a7e
commit 6b71f42c48
5 changed files with 48 additions and 176 deletions

View File

@@ -3,13 +3,13 @@ define([
'lodash',
'./utils'
],
function (angular, _) {
function (angular, _, Utils) {
'use strict';
var module = angular.module('grafana.controllers');
var targetLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
module.controller('ZabbixAPIQueryCtrl', function ($scope, $sce, templateSrv, Utils) {
module.controller('ZabbixAPIQueryCtrl', function ($scope, $sce, templateSrv) {
var zabbixCache = $scope.datasource.zabbixCache;