From: Nizamudeen A Date: Mon, 28 Aug 2023 15:33:48 +0000 (+0530) Subject: mgr/dashboard: fix progress bar color visibility X-Git-Tag: v19.0.0~589^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a690ff896d43c90f2a2900ba76607dd428b308df;p=ceph.git 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 --- 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 a97604c97342..e7d7b17f0791 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 }}%