ui: Fixup names of Meta for instance search, also add Node (#11774)

This commit is contained in:
John Cowen 2021-12-21 07:00:02 +00:00 committed by GitHub
parent bb923d8705
commit cf68ef8646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

4
.changelog/11774.txt Normal file
View File

@ -0,0 +1,4 @@
```release-note:bug
ui: Differentiate between Service Meta and Node Meta when choosing search fields
in Service Instance listings
```

View File

@ -7,7 +7,7 @@ export default class InstancesRoute extends Route {
source: 'source',
searchproperty: {
as: 'searchproperty',
empty: [['Name', 'Tags', 'ID', 'Address', 'Port', 'Service.Meta', 'Node.Meta']],
empty: [['Name', 'Node', 'Tags', 'ID', 'Address', 'Port', 'Service.Meta', 'Node.Meta']],
},
search: {
as: 'filter',

View File

@ -1,5 +1,6 @@
export default {
Name: item => item.Name,
Node: item => item.Node.Node,
Tags: item => item.Service.Tags || [],
ID: item => item.Service.ID || '',
Address: item => item.Address || '',

View File

@ -30,6 +30,8 @@ consul:
terminating-gateway: Terminating Gateway
mesh-gateway: Mesh Gateway
status: Health Status
service.meta: Service Meta
node.meta: Node Meta
service-name: Service Name
node-name: Node Name
accessorid: AccessorID