This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch ui-updateVM-withsecgroup
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit b23aa2026677dbfb1eea4e0a386dd63730e36cd1
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Apr 14 20:15:49 2025 -0400

    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 876bc7819b4..a0c22be8cdf 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
       })

Reply via email to