From b23aa2026677dbfb1eea4e0a386dd63730e36cd1 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Mon, 14 Apr 2025 20:15:49 -0400 Subject: [PATCH] UI: Allow editing VM name of a Running VM in an Advanced zone with security groups --- ui/src/views/compute/EditVM.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/views/compute/EditVM.vue b/ui/src/views/compute/EditVM.vue index 876bc7819b42..a0c22be8cdfe 100644 --- a/ui/src/views/compute/EditVM.vue +++ b/ui/src/views/compute/EditVM.vue @@ -177,7 +177,6 @@ export default { ostypeid: this.resource.ostypeid, isdynamicallyscalable: this.resource.isdynamicallyscalable, group: this.resource.group, - securitygroupids: this.resource.securitygroup.map(x => x.id), userdata: '', haenable: this.resource.haenable })