Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
fc88429282
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/features/graphite/queryCtrl.js

+ 1 - 1
src/app/features/graphite/queryCtrl.js

@@ -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) {