weizhouapache commented on code in PR #12775:
URL: https://github.com/apache/cloudstack/pull/12775#discussion_r2918597530
##########
ui/src/views/compute/DeployVM.vue:
##########
@@ -1501,6 +1504,9 @@ export default {
return tabList
},
showSecurityGroupSection () {
+ if (this.zone && this.zone.networktype === 'Basic') {
+ return true
+ }
Review Comment:
change makes sense.
in Basic zone, there is only 1 network, so user do not need to choose a
network
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]