We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e50e10 commit 7c7b624Copy full SHA for 7c7b624
ui/src/views/compute/ScaleVM.vue
@@ -33,8 +33,8 @@
33
34
<compute-selection
35
v-if="selectedOffering && (selectedOffering.iscustomized || selectedOffering.iscustomizediops)"
36
- :cpunumber-input-decorator="cpuNumberKey"
37
- :cpuspeed-input-decorator="cpuSpeedKey"
+ :cpu-number-input-decorator="cpuNumberKey"
+ :cpu-speed-input-decorator="cpuSpeedKey"
38
:memory-input-decorator="memoryKey"
39
:computeOfferingId="selectedOffering.id"
40
:isConstrained="'serviceofferingdetails' in selectedOffering"
0 commit comments