mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Reset a VM on reboot compute offering
This commit is contained in:
parent
2beb66fd32
commit
8e88a4295f
@ -136,6 +136,14 @@
|
||||
isChecked: true,
|
||||
docID: 'helpComputeOfferingPublic'
|
||||
},
|
||||
|
||||
isVolatile:{
|
||||
label:'isVolatile',
|
||||
isBoolean:true,
|
||||
isChecked:false
|
||||
|
||||
},
|
||||
|
||||
domainId: {
|
||||
label: 'label.domain',
|
||||
docID: 'helpComputeOfferingDomain',
|
||||
@ -196,6 +204,10 @@
|
||||
$.extend(data, {
|
||||
limitcpuuse: (args.data.cpuCap == "on")
|
||||
});
|
||||
|
||||
$.extend(data, {
|
||||
isvolatile: (args.data.isVolatile == "on")
|
||||
});
|
||||
|
||||
if(args.$form.find('.form-item[rel=domainId]').css("display") != "none") {
|
||||
$.extend(data, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user