Skip to content

Commit

Permalink
improve cluster replacement message (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen100000010 authored Dec 18, 2023
1 parent 8807283 commit c9546a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h4 class="modal-title">Resume Confirm</h4>
{% if lastClusterRefreshStatus.status == "Pending" or lastClusterRefreshStatus.status == "InProgress" %}
<div class="alert alert-info alert-dismissible">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
<strong>Info!</strong> This cluster is being refreshed. Click <a href="/env/{{ env.envName }}/{{ env.stageName }}/cluster_replacements/" target="_blank">here</a> for more details.
<strong>Info!</strong> This cluster is being refreshed with {{ lastClusterRefreshStatus.percentageComplete|default_if_none:0 }}% completed. Click <a href="/env/{{ env.envName }}/{{ env.stageName }}/cluster_replacements/" target="_blank">here</a> for more details.
</div>
{% elif lastClusterRefreshStatus.status == "Successful" %}
<div class="alert alert-success alert-dismissible">
Expand Down

0 comments on commit c9546a6

Please sign in to comment.