Add filters to maxctrl show service

The filters were not listed.
This commit is contained in:
Markus Mäkelä 2020-03-24 15:22:40 +02:00
parent 7b00d2c01b
commit 1fc5ec36b1
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -122,6 +122,11 @@ const service_fields = [
path: 'relationships.servers.data[].id',
description: 'Servers that the service uses'
},
{
name: 'Filters',
path: 'relationships.filters.data[].id',
description: 'Filters that the service uses'
},
{
name: 'Parameters',
path: 'attributes.parameters',