Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Sanket SahuSanket SahuReporter
Sanket SahuSanket SahuLabels
Affects versions
Fix versions
Priority
Minor
Details
Details
Assignee
Sanket Sahu
Sanket SahuReporter
Sanket Sahu
Sanket SahuLabels
Affects versions
Fix versions
Priority
Created February 4, 2022 at 2:19 PM
Updated February 28, 2022 at 7:22 AM
Resolved February 8, 2022 at 6:52 PM
The current condition for UI toggle action in Computeprofile > Customize > Number of worker > Enable predefined autoscaling is `if enablePredefinedAutoScaling == false , then SHOW other 3 fields “
But incase of default profile, the value
enablePredefinedAutoScaling
itself is missing , and this condition breaks and other 3 fields are hidden .Expected behavior is these fields should be visible when
enablePredefinedAutoScaling
is missing