Skip to content

Commit

Permalink
Fix minor alert message (#1467)
Browse files Browse the repository at this point in the history
* add link to process types

* default instance warm up to 15 mins for step scaling

* revert

* fix alert message
  • Loading branch information
knguyen100000010 authored Feb 23, 2024
1 parent 7e7480d commit 642e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/templates/groups/asg_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ aria-hidden="true">
}

if (scaleDownStepsArray.length != scaleDownAdjustmentsArray.length) {
alert("Each step must have an adjustment defined: " + scaleUpStepsArray + " vs. " + scaleUpAdjustmentsArray)
alert("Each step must have an adjustment defined: " + scaleDownStepsArray + " vs. " + scaleDownAdjustmentsArray)
return false;
}
}
Expand Down

0 comments on commit 642e31c

Please sign in to comment.