Added column panel, refactored panel adding from rows to include panel specific parameters. Moved call to init function to template to avoid double init
This commit is contained in:
@@ -58,5 +58,4 @@ angular.module('kibana.stringquery', [])
|
||||
$scope.panel.query.splice(index,1);
|
||||
}
|
||||
|
||||
$scope.init();
|
||||
});
|
||||
Reference in New Issue
Block a user