mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge remote-tracking branch 'origin/4.17'
This commit is contained in:
commit
c938bae8c6
@ -1746,6 +1746,9 @@ export default {
|
||||
}
|
||||
if (!this.serviceOffering.diskofferingstrictness && values.overridediskofferingid) {
|
||||
deployVmData.overridediskofferingid = values.overridediskofferingid
|
||||
if (values.rootdisksize && values.rootdisksize > 0) {
|
||||
deployVmData.rootdisksize = values.rootdisksize
|
||||
}
|
||||
}
|
||||
if (this.isCustomizedIOPS) {
|
||||
deployVmData['details[0].minIops'] = this.minIops
|
||||
|
||||
@ -1281,8 +1281,8 @@ export default {
|
||||
}
|
||||
},
|
||||
setFormRules () {
|
||||
this.form = {}
|
||||
this.rules = {}
|
||||
this.form = reactive({})
|
||||
this.rules = reactive({})
|
||||
this.currentAction.fieldParams.forEach(field => {
|
||||
this.rules[field.name] = []
|
||||
const rule = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user