Skip to content

Commit

Permalink
Style(NodeFinder) update Up & standby filter to be Up or standby (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R authored Nov 13, 2024
1 parent 7f9c4df commit fd3d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/views/nodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
:items="[
{ title: 'Up', value: UnifiedNodeStatus.Up },
{ title: 'Standby', value: UnifiedNodeStatus.Standby },
{ title: 'Up & Standby', value: UnifiedNodeStatus.UpStandby },
{ title: 'Up or Standby', value: UnifiedNodeStatus.UpStandby },
{ title: 'Down', value: UnifiedNodeStatus.Down },
]"
label="Select Nodes Status"
Expand Down

0 comments on commit fd3d1a2

Please sign in to comment.