We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f8718 commit ea9a0f4Copy full SHA for ea9a0f4
1 file changed
ui/src/views/compute/EditVM.vue
@@ -177,7 +177,8 @@ export default {
177
isdynamicallyscalable: this.resource.isdynamicallyscalable,
178
group: this.resource.group,
179
securitygroupids: this.resource.securitygroup.map(x => x.id),
180
- userdata: ''
+ userdata: '',
181
+ haenable: this.resource.haenable
182
})
183
this.rules = reactive({})
184
},
0 commit comments