Add version to show servers output

This was missing in maxctrl but it was present in maxadmin.
This commit is contained in:
Markus Mäkelä
2019-12-02 08:29:08 +02:00
parent 1e57c2cb67
commit 255071efce

View File

@ -34,6 +34,11 @@ const server_fields = [
path: 'attributes.state', path: 'attributes.state',
description: 'Server state' description: 'Server state'
}, },
{
name: 'Version',
path: 'attributes.version_string',
description: 'Server version'
},
{ {
name: 'Last Event', name: 'Last Event',
path: 'attributes.last_event', path: 'attributes.last_event',