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

pearl11594 pushed a commit to branch netris-phase2-vpc
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 3c396aeda86f545a5d3e047c755fb5a2ab30dc82
Author: Pearl Dsilva <pearl1...@gmail.com>
AuthorDate: Tue Sep 24 10:29:40 2024 -0400

    cleanup
---
 ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue 
b/ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue
index 79d50495576..3bc84bab37f 100644
--- a/ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue
+++ b/ui/src/views/infra/zone/ZoneWizardNetworkSetupStep.vue
@@ -64,7 +64,6 @@
       :isNsxZone="isNsxZone"
       :forNetris="steps[currentStep].formKey === 'netrisPublicTraffic'"
       :isNetrisZone="isNetrisZone"
-      :provider="providersDetails"
     />
 
     <static-inputs-form
@@ -306,15 +305,6 @@ export default {
 
       return steps
     },
-    providersDetails () {
-      console.log(this.currentStep)
-      return {
-        forNsx: this.steps[this.currentStep].formKey === 'nsxPublicTraffic',
-        isNsxZone: this.isNsxZone,
-        forNetris: this.steps[this.currentStep].formKey === 
'netrisPublicTraffic',
-        isNetrisZone: this.isNetrisZone
-      }
-    },
     stepScales () {
       if (!this.isMobile() && this.steps.length > 4) {
         return { width: 'calc(100% / ' + this.steps.length + ')' }

Reply via email to