The storage type section in the create custom workspace page does not show up on Chrome:

Storage type switcher shows options
I wonder if this might be related to Hosted Che setting a default value for persistVolumes?
@amisevsk I think this is related to the way how the UD is injected in upstream and downstream (next version is used during the build):
So, it's caused by missing che.workspace.storage.available_types from Che Server side

It should not be an issue for 7.17.0 but we should reconsider how bug fix release is done and next version should not be used there.
This looks like Hosted Che specific issue and the correct build arguments should be used for Hosted Che dockerfile builds
`--build-arg:"CHE_DASHBOARD_VERSION=${CHE_VERSION},CHE_WORKSPACE_LOADER_VERSION=${CHE_VERSION}"
https://github.com/redhat-developer/rh-che/blob/master/.ci/cico_do_docker_build_tag_push.sh