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

pull/1019/merge
Torkel Ödegaard 11 years ago
parent fc88429282
commit ab052a5ed3
  1. 5
      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) {

Loading…
Cancel
Save