From: yanyx Date: Thu, 3 Aug 2017 06:25:35 +0000 (+0800) Subject: pybind: fix filesystem page's pool size display X-Git-Tag: v13.0.1~1121^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16771%2Fhead;p=ceph.git pybind: fix filesystem page's pool size display Signed-off-by: Yixing Yan --- 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}