Skip to content

Commit

Permalink
Store elasticsearch version number
Browse files Browse the repository at this point in the history
Store elasticsearch version number during initialization
  • Loading branch information
andrese committed Sep 14, 2017
1 parent 6886ea2 commit 218724a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _site/app.js
Expand Up @@ -3752,6 +3752,7 @@
_node_handler: function(data) {
if(data) {
this.prefs.set("app-base_uri", this.cluster.base_uri);
this.cluster.setVersion(data.version.number);
}
},

Expand Down

0 comments on commit 218724a

Please sign in to comment.