Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Show elasticsearch version as part of node information. Closes #38
Browse files Browse the repository at this point in the history
Node version should be available form 0.20.0 (see elastic/elasticsearch#2466)
  • Loading branch information
lukas-vlcek committed Oct 14, 2013
1 parent 56a407f commit 09bd6c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/views/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ var templates = {
"<h2>Selected node:</h2>" +
"Name: {{name}}",
"ID: \"{{id}}\"",
"Hostname: {{hostname}}"
"Hostname: {{hostname}}",
"Elasticsearch version: {{version}}"
].join("<br>"),

selectedNodeHTTPTemplate: [
Expand Down

0 comments on commit 09bd6c2

Please sign in to comment.