Added details view, nested fields, clickable query building to table panel

This commit is contained in:
Rashid Khan
2013-02-18 21:41:56 -07:00
parent a8570135ee
commit 38c92ac482
7 changed files with 78 additions and 13 deletions
+4
View File
@@ -17,6 +17,10 @@ angular.module('kibana.stringquery', [])
$scope.panel.group : [$scope.panel.group];
$scope.init = function() {
eventBus.register($scope,'query',function(event,query) {
$scope.panel.query = query;
});
$scope.send_query = function(query) {
eventBus.broadcast($scope.$id,$scope.panel.group,'query',query)
}