|
|
@@ -129,15 +129,12 @@ function (angular, _, config, kbn) {
|
|
|
var self = this;
|
|
|
|
|
|
this.init = function() {
|
|
|
- _q = dashboard.current.services.query;
|
|
|
-
|
|
|
self.list = dashboard.current.services.query.list;
|
|
|
self.ids = dashboard.current.services.query.ids;
|
|
|
|
|
|
// Check each query object, populate its defaults
|
|
|
_.each(self.list,function(query) {
|
|
|
query = self.defaults(query);
|
|
|
- console.log(query);
|
|
|
});
|
|
|
|
|
|
if (self.ids.length === 0) {
|