From ab052a5ed34d3f6365fa5d2dddb6242d5bd68167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 5 Jan 2015 10:02:03 +0100 Subject: [PATCH] Added missing letters to graphite datasource nested query interpolation, #1294 --- src/app/features/graphite/datasource.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/features/graphite/datasource.js b/src/app/features/graphite/datasource.js index 68fd9a2890f..639e150a320 100644 --- a/src/app/features/graphite/datasource.js +++ b/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) {