mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed hits panel always showing all results
This commit is contained in:
parent
d94a973c46
commit
f566baae71
@ -75,7 +75,7 @@ angular.module('kibana.histogram', [])
|
|||||||
.field($scope.time.field)
|
.field($scope.time.field)
|
||||||
.interval($scope.panel.interval)
|
.interval($scope.panel.interval)
|
||||||
.facetFilter($scope.ejs.QueryFilter(v))
|
.facetFilter($scope.ejs.QueryFilter(v))
|
||||||
).size(0)
|
).query(v).size(0)
|
||||||
})
|
})
|
||||||
|
|
||||||
$scope.populate_modal(request);
|
$scope.populate_modal(request);
|
||||||
|
Loading…
Reference in New Issue
Block a user