From c9546a6ea46da7c37233087d06b10c2aa7b56b88 Mon Sep 17 00:00:00 2001 From: knguyen100000010 <63071572+knguyen100000010@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:43:30 -0500 Subject: [PATCH] improve cluster replacement message (#1374) --- deploy-board/deploy_board/templates/environs/env_landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-board/deploy_board/templates/environs/env_landing.html b/deploy-board/deploy_board/templates/environs/env_landing.html index 68e41d3be0..67f1692b70 100644 --- a/deploy-board/deploy_board/templates/environs/env_landing.html +++ b/deploy-board/deploy_board/templates/environs/env_landing.html @@ -293,7 +293,7 @@ {% if lastClusterRefreshStatus.status == "Pending" or lastClusterRefreshStatus.status == "InProgress" %}
× - Info! This cluster is being refreshed. Click here for more details. + Info! This cluster is being refreshed with {{ lastClusterRefreshStatus.percentageComplete|default_if_none:0 }}% completed. Click here for more details.
{% elif lastClusterRefreshStatus.status == "Successful" %}