mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix haenable in edit vm form (#9049)
Fixes #8150 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
a0f87187da
commit
ea9a0f4adf
@ -177,7 +177,8 @@ export default {
|
|||||||
isdynamicallyscalable: this.resource.isdynamicallyscalable,
|
isdynamicallyscalable: this.resource.isdynamicallyscalable,
|
||||||
group: this.resource.group,
|
group: this.resource.group,
|
||||||
securitygroupids: this.resource.securitygroup.map(x => x.id),
|
securitygroupids: this.resource.securitygroup.map(x => x.id),
|
||||||
userdata: ''
|
userdata: '',
|
||||||
|
haenable: this.resource.haenable
|
||||||
})
|
})
|
||||||
this.rules = reactive({})
|
this.rules = reactive({})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user