Skip to content

Commit

Permalink
Lowercase Replicas Auto Balance options in UpdateReplicaAutoBalanceModal
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
(cherry picked from commit a6816f3)
  • Loading branch information
a110605 committed Jun 19, 2024
1 parent bfe05e9 commit f5786b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/volume/UpdateReplicaAutoBalanceModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ const modal = ({
{getFieldDecorator('replicaAutoBalance', {
initialValue,
})(<Select>
<Option key={'ignored'} value={'ignored'}>Ignored (Follow the global setting)</Option>
<Option key={'disabled'} value={'disabled'}>Disabled</Option>
<Option key={'least-effort'} value={'least-effort'}>Least-Effort</Option>
<Option key={'best-effort'} value={'best-effort'}>Best-Effort</Option>
<Option key={'ignored'} value={'ignored'}>ignored (follow the global setting)</Option>
<Option key={'disabled'} value={'disabled'}>disabled</Option>
<Option key={'least-effort'} value={'least-effort'}>least-effort</Option>
<Option key={'best-effort'} value={'best-effort'}>best-effort</Option>
</Select>)}
</FormItem>
</Form>
Expand Down

0 comments on commit f5786b9

Please sign in to comment.