Skip to content

Commit

Permalink
add units for bandwidth limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Feb 10, 2023
1 parent 3388bbd commit 1f83a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const CreateServerModal = ({ nodeId, userId, open, onClose }: Props) => {
/>
<TextInputFormik
name={'bandwidthLimit'}
label={'Bandwidth Limit'}
label={'Bandwidth Limit (MiB)'}
placeholder={'Leave blank for no limit'}
/>
</div>
Expand Down

0 comments on commit 1f83a0f

Please sign in to comment.