Graphite: query letter for the whole alfabet, Fixes #1294

This commit is contained in:
Torkel Ödegaard
2015-01-04 12:25:06 +01:00
parent d1e33ec071
commit fc88429282
+1 -1
View File
@@ -9,7 +9,7 @@ function (angular, _, config, gfunc, Parser) {
'use strict';
var module = angular.module('grafana.controllers');
var targetLetters = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O'];
var targetLetters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
module.controller('GraphiteQueryCtrl', function($scope, $sce, templateSrv) {