mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Fixed clicking of map areas
This commit is contained in:
parent
2c5eb8bfb4
commit
803f24cb4c
@ -99,9 +99,7 @@ angular.module('kibana.map', [])
|
||||
}
|
||||
|
||||
$scope.build_search = function(field,value) {
|
||||
_.each(query.list,function(q) {
|
||||
q.query = add_to_query(q.query,field,value,false);
|
||||
})
|
||||
filterSrv.set({type:'querystring',mandate:'must',query:field+":"+value})
|
||||
dashboard.refresh();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user