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',