mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +01:00
ui: reset disksize param on offering change in scale vm (#6636)
Fixes #6627 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
9410a70454
commit
a5716d964a
@ -217,6 +217,7 @@ export default {
|
|||||||
delete this.params[this.cpuNumberKey]
|
delete this.params[this.cpuNumberKey]
|
||||||
delete this.params[this.cpuSpeedKey]
|
delete this.params[this.cpuSpeedKey]
|
||||||
delete this.params[this.memoryKey]
|
delete this.params[this.memoryKey]
|
||||||
|
delete this.params[this.rootDiskSizeKey]
|
||||||
|
|
||||||
this.params.serviceofferingid = id
|
this.params.serviceofferingid = id
|
||||||
this.selectedOffering = this.offeringsMap[id]
|
this.selectedOffering = this.offeringsMap[id]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user