Added highlighting to table panel, remove debug statement from derivequeries
This commit is contained in:
@@ -83,7 +83,6 @@ angular.module('kibana.derivequeries', [])
|
||||
_.each(results.facets.query.terms, function(v) {
|
||||
data.push($scope.panel.field+':"'+v.term+'"')
|
||||
});
|
||||
console.log(data)
|
||||
$scope.send_query(data)
|
||||
});
|
||||
}
|
||||
@@ -121,4 +120,4 @@ angular.module('kibana.derivequeries', [])
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user