Commit 3624587f by Torkel Ödegaard

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

parent 56c08041
script.inline: on
script.indexed: on
......@@ -4,3 +4,5 @@ elasticsearch:
ports:
- "9200:9200"
- "9300:9300"
volumes:
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
......@@ -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 };
......
......@@ -28,10 +28,6 @@
vertical-align: middle;
}
.icon-gf-raintank_wordmark:before {
content: "\e600";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment