Added support for broadcasting an array of queries, added multi query support to stringquery panel
This commit is contained in:
@@ -26,8 +26,6 @@ a pattern
|
||||
angular.module('kibana.timepicker', [])
|
||||
.controller('timepicker', function($scope, eventBus, $timeout, timer, $http) {
|
||||
|
||||
var _id = _.uniqueId();
|
||||
|
||||
// Set and populate defaults
|
||||
var _d = {
|
||||
mode : "relative",
|
||||
|
||||
Reference in New Issue
Block a user