mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -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)
|
||||
.interval($scope.panel.interval)
|
||||
.facetFilter($scope.ejs.QueryFilter(v))
|
||||
).size(0)
|
||||
).query(v).size(0)
|
||||
})
|
||||
|
||||
$scope.populate_modal(request);
|
||||
|
Loading…
Reference in New Issue
Block a user