diff --git a/pkg/ui/v1beta1/frontend/src/components/HP/Create/Params/CommonSpec.jsx b/pkg/ui/v1beta1/frontend/src/components/HP/Create/Params/CommonSpec.jsx index 0de34d27154..f62c58dd0ef 100644 --- a/pkg/ui/v1beta1/frontend/src/components/HP/Create/Params/CommonSpec.jsx +++ b/pkg/ui/v1beta1/frontend/src/components/HP/Create/Params/CommonSpec.jsx @@ -7,6 +7,10 @@ import Tooltip from '@material-ui/core/Tooltip'; import HelpOutlineIcon from '@material-ui/icons/HelpOutline'; import Typography from '@material-ui/core/Typography'; import TextField from '@material-ui/core/TextField'; +import FormControl from '@material-ui/core/FormControl'; +import Select from '@material-ui/core/Select'; +import InputLabel from '@material-ui/core/InputLabel'; +import MenuItem from '@material-ui/core/MenuItem'; import { changeSpec } from '../../../../actions/hpCreateActions'; @@ -27,6 +31,9 @@ const useStyles = makeStyles({ padding: 2, marginBottom: 10, }, + selectBox: { + width: 150, + }, }); const CommonParametersSpec = props => { @@ -39,7 +46,39 @@ const CommonParametersSpec = props => { return (