Skip to content

Commit c0416fe

Browse files
Pearl1594toolmanwyj
authored andcommitted
Fix issue with security group selection box display (apache#10849)
Co-authored-by: toolmanwyj <[email protected]>
1 parent b1664bb commit c0416fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/EditVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default {
202202
},
203203
fetchZoneDetails () {
204204
api('listZones', {
205-
zoneid: this.resource.zoneid
205+
id: this.resource.zoneid
206206
}).then(response => {
207207
const zone = response?.listzonesresponse?.zone || []
208208
this.securityGroupsEnabled = zone?.[0]?.securitygroupsenabled || this.$store.getters.showSecurityGroups

0 commit comments

Comments
 (0)