Skip to content

Commit 7c7b624

Browse files
authored
ui: Fix Scale VM failure - missing args when customized compute offering is used (#5439)
1 parent 6e50e10 commit 7c7b624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/compute/ScaleVM.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<compute-selection
3535
v-if="selectedOffering && (selectedOffering.iscustomized || selectedOffering.iscustomizediops)"
36-
:cpunumber-input-decorator="cpuNumberKey"
37-
:cpuspeed-input-decorator="cpuSpeedKey"
36+
:cpu-number-input-decorator="cpuNumberKey"
37+
:cpu-speed-input-decorator="cpuSpeedKey"
3838
:memory-input-decorator="memoryKey"
3939
:computeOfferingId="selectedOffering.id"
4040
:isConstrained="'serviceofferingdetails' in selectedOffering"

0 commit comments

Comments
 (0)