Skip to content

Commit

Permalink
Change status order
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Jun 6, 2024
1 parent 280f1f1 commit 8bfa4c3
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 @@ -44,9 +44,9 @@
@update:model-value="filters.status = $event || ''"
:items="[
{ title: 'Up', value: UnifiedNodeStatus.Up },
{ title: 'Down', value: UnifiedNodeStatus.Down },
{ title: 'Standby', value: UnifiedNodeStatus.Standby },
{ title: 'Up & Standby', value: UnifiedNodeStatus.UpStandby },
{ title: 'Down', value: UnifiedNodeStatus.Down },
]"
label="Select Nodes Status"
item-title="title"
Expand Down

0 comments on commit 8bfa4c3

Please sign in to comment.