mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor(elasticsearch): mavg naming -> pipeline agg
This commit is contained in:
@@ -22,7 +22,7 @@ function (angular, _, queryDef) {
|
||||
};
|
||||
|
||||
$scope.updatePipelineAggOptions = function() {
|
||||
$scope.pipelineAggOptions = queryDef.getMovingAverageOptions($scope.target);
|
||||
$scope.pipelineAggOptions = queryDef.getPipelineAggOptions($scope.target);
|
||||
};
|
||||
|
||||
$rootScope.onAppEvent('elastic-query-updated', function() {
|
||||
|
||||
Reference in New Issue
Block a user