From cf0c323575ed6cdfed551bf1037af454ebe9d90d Mon Sep 17 00:00:00 2001 From: yanyx Date: Thu, 3 Aug 2017 11:53:05 +0800 Subject: [PATCH] pybind: fix health page's pool size display Signed-off-by: Yixing Yan --- src/pybind/mgr/dashboard/health.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/health.html b/src/pybind/mgr/dashboard/health.html index 59dc312d9fa11..f7bf111fb8d3d 100644 --- a/src/pybind/mgr/dashboard/health.html +++ b/src/pybind/mgr/dashboard/health.html @@ -339,8 +339,8 @@ {pool.pg_status | pg_status} - {pool.stats.bytes_used.latest | dimless} / - {pool.stats.max_avail.latest | dimless } + {pool.stats.bytes_used.latest | dimless_binary } / + {pool.stats.max_avail.latest | dimless_binary } {pool.stats.rd_bytes.rate | dimless } rd, { -- 2.39.5