mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
misc(): added elasticsearch.yml config file to docker test env
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user