mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #4161 from godfreyhe/fix_bug_getAggregators
fix bug: can't get the aggregators from opentsdb server
This commit is contained in:
commit
b56a2c14bb
@ -38,7 +38,7 @@ export class OpenTsQueryCtrl extends QueryCtrl {
|
||||
this.target.downsampleFillPolicy = 'none';
|
||||
}
|
||||
|
||||
this.datasource.getAggregators().then(function(aggs) {
|
||||
this.datasource.getAggregators().then((aggs) => {
|
||||
this.aggregators = aggs;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user