diff --git a/maxctrl/lib/show.js b/maxctrl/lib/show.js index 06d51c9fc..809264c26 100644 --- a/maxctrl/lib/show.js +++ b/maxctrl/lib/show.js @@ -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',