Commit ab052a5e by Torkel Ödegaard

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

parent fc884292
...@@ -232,7 +232,10 @@ function (angular, _, $, config, kbn, moment) { ...@@ -232,7 +232,10 @@ function (angular, _, $, config, kbn, moment) {
'#A', '#B', '#C', '#D', '#A', '#B', '#C', '#D',
'#E', '#F', '#G', '#H', '#E', '#F', '#G', '#H',
'#I', '#J', '#K', '#L', '#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) { GraphiteDatasource.prototype.buildGraphiteParams = function(options) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment