From 450d43895d5a5cc49dd6b54cb252b6945d4899ae Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 28 Aug 2023 21:03:48 +0530 Subject: [PATCH] mgr/dashboard: fix progress bar color visibility Side effect of a recent change https://github.com/ceph/ceph/pull/52915/files#diff-747a9554e053df3b4d3fcc144bfb5c002654dc0fd5aa59b0ec18db56d85d5b28R29 Fixes: https://tracker.ceph.com/issues/62614 Signed-off-by: Nizamudeen A (cherry picked from commit a690ff896d43c90f2a2900ba76607dd428b308df) --- .../app/shared/components/usage-bar/usage-bar.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html index a97604c9734..e7d7b17f079 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.html @@ -34,7 +34,7 @@ [attr.aria-label]="{ title }" i18n-aria-label="The title of this usage bar is { title }" [style.width]="usedPercentage + '%'"> - {{ usedPercentage | number: '1.0-' + decimals }}% + {{ usedPercentage | number: '1.0-' + decimals }}%