cloudstack
cloudstack copied to clipboard
As a user I can start registring templates before a zone is created
ISSUE TYPE
- Improvement Request
COMPONENT NAME
UI
CLOUDSTACK VERSION
CONFIGURATION
No zone defined (yet/anymore) in a (new) ACS installation
OS / ENVIRONMENT
SUMMARY
Accidently stumbled upon this strange situation.
STEPS TO REPRODUCE
EXPECTED RESULTS
a message saying to wait till at least one zone is created or a prefilled "all zones" field and the posibility to choose a hypervisor type
ACTUAL RESULTS
no zones field and no hypervisor choices
@DaanHoogland This should be happening for other forms as well. e.g. Create Volume, Add VPC, etc. We should be able to add a check like this and hide the create/add button like it's happening for Guest networks as of now. https://github.com/apache/cloudstack/blob/cfb4d4378f296c72c7e2ed8f16ee9c90c0b0c804/ui/src/config/section/network.js#L125-L136
fixed in #10243