소스 검색

Added missing letters to graphite datasource nested query interpolation, #1294

Torkel Ödegaard 11 년 전
부모
커밋
ab052a5ed3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/app/features/graphite/datasource.js

+ 4 - 1
src/app/features/graphite/datasource.js

@@ -232,7 +232,10 @@ function (angular, _, $, config, kbn, moment) {
       '#A', '#B', '#C', '#D',
       '#E', '#F', '#G', '#H',
       '#I', '#J', '#K', '#L',
-      '#M', '#N', '#O'
+      '#M', '#N', '#O', '#P',
+      '#Q', '#R', '#S', '#T',
+      '#U', '#V', '#W', '#X',
+      '#Y', '#Z'
     ];
 
     GraphiteDatasource.prototype.buildGraphiteParams = function(options) {