Commit 647f4689 by Rashid Khan

Fixed action links on table

parent 443d6085
...@@ -114,7 +114,7 @@ angular.module('kibana.table', []) ...@@ -114,7 +114,7 @@ angular.module('kibana.table', [])
$scope.panel.query = add_to_query($scope.panel.query,field,value,negate) $scope.panel.query = add_to_query($scope.panel.query,field,value,negate)
$scope.panel.offset = 0; $scope.panel.offset = 0;
$scope.get_data(); $scope.get_data();
eventBus.broadcast($scope.$id,$scope.panel.group,'query',$scope.panel.query); eventBus.broadcast($scope.$id,$scope.panel.group,'query',[$scope.panel.query]);
} }
$scope.get_data = function(segment,query_id) { $scope.get_data = function(segment,query_id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment