Skip to content

Commit

Permalink
backport of commit 0cf1b70
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayraghav-io committed Jun 29, 2023
1 parent 0e932c8 commit 2ed08dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/packages/consul-ui/translations/common/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ consul:
redundancyzone: Redundancy zone
peername: Peer
partition: Admin Partitions
version: Version
search:
search: Search
searchproperty: Search Across
Expand All @@ -77,6 +78,9 @@ sort:
status:
asc: Unhealthy to Healthy
desc: Healthy to Unhealthy
version:
asc: Oldest to Latest
desc: Latest to Oldest
validations:
dns-hostname:
help: |
Expand Down
1 change: 1 addition & 0 deletions ui/packages/consul-ui/vendor/consul-ui/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
queryParams: {
sortBy: 'sort',
status: 'status',
version: 'version',
searchproperty: {
as: 'searchproperty',
empty: [['Node', 'Address', 'Meta', 'PeerName']],
Expand Down

0 comments on commit 2ed08dd

Please sign in to comment.