Skip to content

Commit ea9a0f4

Browse files
authored
ui: fix haenable in edit vm form (#9049)
Fixes #8150 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent a0f8718 commit ea9a0f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/views/compute/EditVM.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ export default {
177177
isdynamicallyscalable: this.resource.isdynamicallyscalable,
178178
group: this.resource.group,
179179
securitygroupids: this.resource.securitygroup.map(x => x.id),
180-
userdata: ''
180+
userdata: '',
181+
haenable: this.resource.haenable
181182
})
182183
this.rules = reactive({})
183184
},

0 commit comments

Comments
 (0)