add units for bandwidth limit

This commit is contained in:
Eric Wang
2023-02-10 01:05:40 +00:00
parent 3388bbdb70
commit 1f83a0fa4e

View File

@@ -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>