|
@@ -201,7 +201,7 @@ public class RestNodesAction extends AbstractCatAction {
|
|
|
table.addCell("-");
|
|
|
}
|
|
|
|
|
|
- table.addCell(info == null ? null : info.getVersion().number());
|
|
|
+ table.addCell(node.getVersion().number());
|
|
|
table.addCell(info == null ? null : info.getBuild().hashShort());
|
|
|
table.addCell(info == null ? null : info.getJvm().version());
|
|
|
table.addCell(stats == null ? null : stats.getFs() == null ? null : stats.getFs().total().getAvailable());
|