Added highlighting to table panel, remove debug statement from derivequeries

This commit is contained in:
Rashid Khan
2013-05-17 14:21:25 -07:00
parent c25fd72cbf
commit 6aa72fa994
15 changed files with 502 additions and 14 deletions
+1 -2
View File
@@ -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', [])
});
});