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

This commit is contained in:
Torkel Ödegaard
2015-01-05 10:02:03 +01:00
parent fc88429282
commit ab052a5ed3
+4 -1
View File
@@ -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) {