File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
api/src/main/java/org/apache/cloudstack/api/response Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments