apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
1.98k stars 1.09k forks source link

As a user I can start registring templates before a zone is created #8145

Open DaanHoogland opened 10 months ago

DaanHoogland commented 10 months ago
ISSUE TYPE
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

image

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
vishesh92 commented 7 months ago

@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