Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 committed Jun 3, 2024
1 parent d00d967 commit 57b4021
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ <h4 class="modal-title">Resume Confirm</h4>
{% if True %}
<div class="alert alert-warning alert-dismissible">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
Your cluster is <strong>not</strong> enabled for automatic AZ rebalancing. Consider to enable it <a href="/groups/{{ env.envName }}-{{ env.stageName }}/config" target="_blank">here</a>.
Your cluster is <strong>not</strong> enabled for automatic AZ rebalancing. If your service is stateless, consider enabling it <a href="/groups/{{ env.envName }}-{{ env.stageName }}/config" target="_blank">here</a>.
Check this <a href="/groups/{{ env.envName }}-{{ env.stageName }}/dist-charts/az/" target="_blank">chart</a> for the current hosts-AZ distribution.
</div>
{% endif %}

Expand Down

0 comments on commit 57b4021

Please sign in to comment.