mirror of
https://github.com/apache/cloudstack
synced 2026-09-03 01:49:06 +00:00
cleanup
This commit is contained in:
parent
d347a6afb0
commit
3c396aeda8
@ -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 + ')' }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user