fix(striker-ui): remove debug display for memory and virtual disks

main
Tsu-ba-me 3 years ago
parent 67b1ed72f3
commit 6c0af0bb1d
  1. 8
      striker-ui/components/ProvisionServerDialog.tsx

@ -873,11 +873,6 @@ const createVirtualDiskForm = (
},
}}
>
<BodyText
text={`Index: ${vdIndex}, Virtual disk size: ${get(
'sizes',
).toString()}, Max: ${get('maxes').toString()}`}
/>
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<OutlinedLabeledInputWithSelect
id={`ps-virtual-disk-size-${vdIndex}`}
@ -1536,9 +1531,6 @@ const ProvisionServerDialog = ({
min: inputCPUCoresMin,
},
})}
<BodyText
text={`Memory: ${memory.toString()}, Max: ${memoryMax.toString()}`}
/>
<OutlinedLabeledInputWithSelect
id="ps-memory"
label="Memory"

Loading…
Cancel
Save