Skip to content

Commit 0c4ed1e

Browse files
authored
UI: Allow editing VM name of a Running VM in an Advanced zone with security groups (#10714)
1 parent 7f16a20 commit 0c4ed1e

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)