This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.19 by this push:
     new 1e59f5cd0cd ui: fix passing vlan while creating vpc tier (#10239)
1e59f5cd0cd is described below

commit 1e59f5cd0cd5e6622bee06000512059a656456ae
Author: Abhishek Kumar <abhishek.mr...@gmail.com>
AuthorDate: Wed Jan 22 20:44:04 2025 +0530

    ui: fix passing vlan while creating vpc tier (#10239)
    
    Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com>
---
 ui/src/views/network/VpcTiersTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/network/VpcTiersTab.vue 
b/ui/src/views/network/VpcTiersTab.vue
index 402f9f06115..ad06e3bdf0b 100644
--- a/ui/src/views/network/VpcTiersTab.vue
+++ b/ui/src/views/network/VpcTiersTab.vue
@@ -213,7 +213,7 @@
               @change="updateMtu()"/>
               <div style="color: red" v-if="errorPrivateMtu" 
v-html="errorPrivateMtu.replace('%x', privateMtuMax)"></div>
           </a-form-item>
-          <a-form-item v-if="!isObjectEmpty(selectedNetworkOffering) && 
selectedNetworkOffering.specifyvlan">
+          <a-form-item ref="vlan" name="vlan" 
v-if="!isObjectEmpty(selectedNetworkOffering) && 
selectedNetworkOffering.specifyvlan">
             <template #label>
               <tooltip-label :title="$t('label.vlan')" 
:tooltip="$t('label.vlan')"/>
             </template>

Reply via email to