From 63eda576c3e3a193385a67e568650c582428f477 Mon Sep 17 00:00:00 2001 From: yanyx Date: Thu, 3 Aug 2017 14:25:35 +0800 Subject: [PATCH] pybind: fix filesystem page's pool size display Signed-off-by: Yixing Yan --- src/pybind/mgr/dashboard/filesystem.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/filesystem.html b/src/pybind/mgr/dashboard/filesystem.html index c58f1e18fd57..b4b1d79a43eb 100644 --- a/src/pybind/mgr/dashboard/filesystem.html +++ b/src/pybind/mgr/dashboard/filesystem.html @@ -246,8 +246,8 @@ {pool.pool} {pool.type} - {pool.used | dimless} - {pool.avail | dimless} + {pool.used | dimless_binary} + {pool.avail | dimless_binary}
-- 2.47.3