mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Added missing letters to graphite datasource nested query interpolation, #1294
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user