File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 6464 :isNsxZone =" isNsxZone"
6565 :forNetris =" steps[currentStep].formKey === 'netrisPublicTraffic'"
6666 :isNetrisZone =" isNetrisZone"
67- :provider =" providersDetails"
6867 />
6968
7069 <static-inputs-form
@@ -306,15 +305,6 @@ export default {
306305
307306 return steps
308307 },
309- providersDetails () {
310- console .log (this .currentStep )
311- return {
312- forNsx: this .steps [this .currentStep ].formKey === ' nsxPublicTraffic' ,
313- isNsxZone: this .isNsxZone ,
314- forNetris: this .steps [this .currentStep ].formKey === ' netrisPublicTraffic' ,
315- isNetrisZone: this .isNetrisZone
316- }
317- },
318308 stepScales () {
319309 if (! this .isMobile () && this .steps .length > 4 ) {
320310 return { width: ' calc(100% / ' + this .steps .length + ' )' }
You can’t perform that action at this time.
0 commit comments