misc(): added elasticsearch.yml config file to docker test env

This commit is contained in:
Torkel Ödegaard
2016-02-29 13:42:55 +01:00
parent 56c080417a
commit 3624587f08
5 changed files with 6 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ function (angular, _, kbn) {
};
this.setVariableFromUrl = function(variable, urlValue) {
debugger;
var option = _.findWhere(variable.options, { text: urlValue });
option = option || { text: urlValue, value: urlValue };