Skip to content

Commit b23aa20

Browse files
committed
UI: Allow editing VM name of a Running VM in an Advanced zone with security groups
1 parent f13cf59 commit b23aa20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/views/compute/EditVM.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export default {
177177
ostypeid: this.resource.ostypeid,
178178
isdynamicallyscalable: this.resource.isdynamicallyscalable,
179179
group: this.resource.group,
180-
securitygroupids: this.resource.securitygroup.map(x => x.id),
181180
userdata: '',
182181
haenable: this.resource.haenable
183182
})

0 commit comments

Comments
 (0)