Added support for broadcasting an array of queries, added multi query support to stringquery panel

This commit is contained in:
Rashid Khan
2013-02-21 15:26:48 -07:00
parent bf25b75391
commit ce5273b7df
16 changed files with 101 additions and 41 deletions
-2
View File
@@ -1,8 +1,6 @@
angular.module('kibana.fields', [])
.controller('fields', function($scope, eventBus, $timeout) {
var _id = _.uniqueId();
// Set and populate defaults
var _d = {
group : "default",