Skip to content

Commit

Permalink
VNF/UI: hide 'Data disk' section if template type is VNF
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Oct 11, 2023
1 parent a74b125 commit bb4d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/compute/DeployVnfAppliance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
</template>
</a-step>
<a-step
v-else
v-else-if="template.templatetype !== 'VNF'"
:title="tabKey === 'templateid' ? $t('label.data.disk') : $t('label.disk.size')"
:status="zoneSelected ? 'process' : 'wait'">
<template #description>
Expand Down

0 comments on commit bb4d0d1

Please sign in to comment.