We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9410a70 commit a5716d9Copy full SHA for a5716d9
1 file changed
ui/src/views/compute/ScaleVM.vue
@@ -217,6 +217,7 @@ export default {
217
delete this.params[this.cpuNumberKey]
218
delete this.params[this.cpuSpeedKey]
219
delete this.params[this.memoryKey]
220
+ delete this.params[this.rootDiskSizeKey]
221
222
this.params.serviceofferingid = id
223
this.selectedOffering = this.offeringsMap[id]
0 commit comments