This is an automated email from the ASF dual-hosted git repository.
winterhazel pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22 by this push:
new 0339f31fb5e UI: fix blank page when list Other OSes in VNF appliance
deployment (#13620)
0339f31fb5e is described below
commit 0339f31fb5e94727a32aaeb1fdeb3c333ee5fd83
Author: Wei Zhou <[email protected]>
AuthorDate: Wed Jul 22 17:08:13 2026 +0200
UI: fix blank page when list Other OSes in VNF appliance deployment (#13620)
---
ui/src/views/compute/DeployVnfAppliance.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/views/compute/DeployVnfAppliance.vue
b/ui/src/views/compute/DeployVnfAppliance.vue
index 36fdd86dbf6..62e0b842cdc 100644
--- a/ui/src/views/compute/DeployVnfAppliance.vue
+++ b/ui/src/views/compute/DeployVnfAppliance.vue
@@ -272,7 +272,7 @@
</template>
</a-step>
<a-step
- v-else-if="vm.templateid && template.templatetype !== 'VNF'"
+ v-else-if="vm.templateid && template && template.templatetype
!== 'VNF'"
:title="imageType === 'templateid' ? $t('label.data.disk') :
$t('label.disk.size')"
:status="zoneSelected ? 'process' : 'wait'">
<template #description>