From: Devika Babrekar Date: Mon, 6 Apr 2026 06:18:49 +0000 (+0530) Subject: mgr/dashboard: Fixing IOPs chart values as whole numbers X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68219%2Fhead;p=ceph.git mgr/dashboard: Fixing IOPs chart values as whole numbers Fixes: https://tracker.ceph.com/issues/75872 Signed-off-by: Devika Babrekar --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.html index 2d7d7a7f772e..1b62c8a0c306 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.html @@ -31,7 +31,8 @@ chartTitle="IOPS" [chartKey]="performanceTypes?.IOPS" [dataUnit]="metricUnitMap?.iops" - [rawData]="chartDataSignal()?.iops"> + [rawData]="chartDataSignal()?.iops" + [decimals]="0">