mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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) {
|
$scope.build_search = function(field,value) {
|
||||||
_.each(query.list,function(q) {
|
filterSrv.set({type:'querystring',mandate:'must',query:field+":"+value})
|
||||||
q.query = add_to_query(q.query,field,value,false);
|
|
||||||
})
|
|
||||||
dashboard.refresh();
|
dashboard.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user