From 255071efcebe763ddb836ceb3784f19a2581d5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 2 Dec 2019 08:29:08 +0200 Subject: [PATCH] Add version to show servers output This was missing in maxctrl but it was present in maxadmin. --- maxctrl/lib/show.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maxctrl/lib/show.js b/maxctrl/lib/show.js index 33ac2a07a..aacce5d84 100644 --- a/maxctrl/lib/show.js +++ b/maxctrl/lib/show.js @@ -34,6 +34,11 @@ const server_fields = [ path: 'attributes.state', description: 'Server state' }, + { + name: 'Version', + path: 'attributes.version_string', + description: 'Server version' + }, { name: 'Last Event', path: 'attributes.last_event',