Add filters to maxctrl show service
The filters were not listed.
This commit is contained in:
@ -122,6 +122,11 @@ const service_fields = [
|
|||||||
path: 'relationships.servers.data[].id',
|
path: 'relationships.servers.data[].id',
|
||||||
description: 'Servers that the service uses'
|
description: 'Servers that the service uses'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Filters',
|
||||||
|
path: 'relationships.filters.data[].id',
|
||||||
|
description: 'Filters that the service uses'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Parameters',
|
name: 'Parameters',
|
||||||
path: 'attributes.parameters',
|
path: 'attributes.parameters',
|
||||||
|
Reference in New Issue
Block a user