updated ui trans and added version as query param to node list route

pull/17754/head
Vijay Srinivas 1 year ago committed by Vijay
parent 43e50ad382
commit 0cf1b7077c

@ -53,6 +53,7 @@ consul:
redundancyzone: Redundancy zone redundancyzone: Redundancy zone
peername: Peer peername: Peer
partition: Admin Partitions partition: Admin Partitions
version: Version
search: search:
search: Search search: Search
searchproperty: Search Across searchproperty: Search Across
@ -77,6 +78,9 @@ sort:
status: status:
asc: Unhealthy to Healthy asc: Unhealthy to Healthy
desc: Healthy to Unhealthy desc: Healthy to Unhealthy
version:
asc: Oldest to Latest
desc: Latest to Oldest
validations: validations:
dns-hostname: dns-hostname:
help: | help: |

@ -218,6 +218,7 @@
queryParams: { queryParams: {
sortBy: 'sort', sortBy: 'sort',
status: 'status', status: 'status',
version: 'version',
searchproperty: { searchproperty: {
as: 'searchproperty', as: 'searchproperty',
empty: [['Node', 'Address', 'Meta', 'PeerName']], empty: [['Node', 'Address', 'Meta', 'PeerName']],

Loading…
Cancel
Save