Skip to content

Commit 1564654

Browse files
committed
handle review comments
1 parent 84eee06 commit 1564654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class CapabilitiesResponse extends BaseResponse {
141141
private Boolean instanceLeaseEnabled;
142142

143143
@SerializedName(ApiConstants.DYNAMIC_SCALING_ENABLED)
144-
@Param(description = "true if dynamically scaling for instance is enabled", since = "4.21.0")
144+
@Param(description = "true if dynamically scaling for instances is enabled", since = "4.21.0")
145145
private Boolean dynamicScalingEnabled;
146146

147147
public void setSecurityGroupsEnabled(boolean securityGroupsEnabled) {

ui/src/views/compute/EditVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export default {
289289
this.template = templateResponses[0]
290290
})
291291
},
292-
canDynamicScalingEnabled () {
292+
isDynamicScalingEnabled () {
293293
return this.template.isdynamicallyscalable && this.serviceOffering.dynamicscalingenabled && this.$store.getters.features.dynamicscalingenabled
294294
},
295295
fetchOsTypes () {

0 commit comments

Comments
 (0)